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