mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-06-30 21:59:46 +02:00
refactor(model-connections): simplify connection settings UI
This commit is contained in:
parent
831ad23c6c
commit
3089dd4cb6
6 changed files with 126 additions and 165 deletions
|
|
@ -51,7 +51,7 @@ function buildKind(
|
|||
id: model.id,
|
||||
name: model.display_name || model.model_id,
|
||||
modelName: model.model_id,
|
||||
provider: connection.native_provider || connection.protocol,
|
||||
provider: connection.litellm_provider || connection.protocol,
|
||||
isBYOK,
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue