mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-08-23 18:47:15 +00:00
feat(wizard): add model scan step after provider creation
After creating a custom provider, scan for available LLM models and let the user select which ones to add before proceeding. Support back navigation from config form to model scan to provider form. Pass provider UUID from ProviderForm callback.
This commit is contained in:
@@ -1650,6 +1650,15 @@ const thTH = {
|
||||
title: 'เพิ่มผู้ให้บริการโมเดล',
|
||||
description:
|
||||
'เพิ่มผู้ให้บริการโมเดลของคุณเอง กำหนดค่า API key เพื่อเริ่มต้น',
|
||||
scanTitle: 'สแกนโมเดลที่ใช้ได้',
|
||||
scanDescription: 'กำลังสแกนโมเดล LLM จากผู้ให้บริการของคุณ',
|
||||
scanning: 'กำลังสแกนโมเดล...',
|
||||
noModelsFound:
|
||||
'ไม่พบโมเดล กรุณาตรวจสอบการตั้งค่าผู้ให้บริการ',
|
||||
addSelected: 'เพิ่ม {{count}} โมเดลที่เลือก',
|
||||
modelsAdded: 'เพิ่ม {{count}} โมเดลแล้ว',
|
||||
modelsAddError: 'เพิ่มโมเดลไม่สำเร็จ',
|
||||
skipModelAdd: 'ข้าม เพิ่มทีหลัง',
|
||||
},
|
||||
modelSource: {
|
||||
title: 'เลือกแหล่งโมเดล',
|
||||
|
||||
Reference in New Issue
Block a user