mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-06-04 21:06:03 +00:00
typo: delete model field
This commit is contained in:
@@ -31,9 +31,8 @@ export default function LLMConfigPage() {
|
||||
return new LLMCardVO({
|
||||
id: model.uuid,
|
||||
name: model.name,
|
||||
model: model.name,
|
||||
company: model.requester,
|
||||
URL: model.requester_config.base_url,
|
||||
URL: model.requester_config?.base_url,
|
||||
})
|
||||
})
|
||||
resolve(llmModelList)
|
||||
|
||||
Reference in New Issue
Block a user