provider fix (#3187)

* clean horizontal scrollbar

* provider fix

* ensure proper migration

* k

* update migration

* Revert "clean horizontal scrollbar"

This reverts commit fa592a1b7a.
This commit is contained in:
pablodanswer
2024-11-21 14:08:16 -08:00
committed by GitHub
parent 366aa2a8ea
commit bd9f15854f
3 changed files with 62 additions and 1 deletions

View File

@@ -142,6 +142,8 @@ export function CustomLLMProviderUpdateForm({
},
body: JSON.stringify({
...values,
// For custom llm providers, all model names are displayed
display_model_names: values.model_names,
custom_config: customConfigProcessing(values.custom_config_list),
}),
});