Merge 62411d3ea6
into 874505cd0e
This commit is contained in:
commit
e7c12945df
4 changed files with 24 additions and 7 deletions
|
@ -281,7 +281,7 @@ const SettingsDialog = ({
|
|||
? chatModelProvider.map((model) => ({
|
||||
value: model.name,
|
||||
label: model.displayName,
|
||||
}))
|
||||
})).sort((a, b) => a.label.localeCompare(b.label))
|
||||
: [
|
||||
{
|
||||
value: '',
|
||||
|
@ -392,7 +392,7 @@ const SettingsDialog = ({
|
|||
? embeddingModelProvider.map((model) => ({
|
||||
label: model.displayName,
|
||||
value: model.name,
|
||||
}))
|
||||
})).sort((a, b) => a.label.localeCompare(b.label))
|
||||
: [
|
||||
{
|
||||
label: 'No embedding models available',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue