mirror of
https://github.com/voideditor/void
synced 2026-05-24 09:58:23 +00:00
clarify API
This commit is contained in:
parent
4ffd269db5
commit
3c03f58488
1 changed files with 4 additions and 4 deletions
|
|
@ -227,7 +227,7 @@ export const displayInfoOfProviderName = (providerName: ProviderName): DisplayIn
|
||||||
}
|
}
|
||||||
else if (providerName === 'deepseek') {
|
else if (providerName === 'deepseek') {
|
||||||
return {
|
return {
|
||||||
title: 'DeepSeek',
|
title: 'DeepSeek.com API',
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else if (providerName === 'openRouter') {
|
else if (providerName === 'openRouter') {
|
||||||
|
|
@ -248,17 +248,17 @@ export const displayInfoOfProviderName = (providerName: ProviderName): DisplayIn
|
||||||
}
|
}
|
||||||
else if (providerName === 'gemini') {
|
else if (providerName === 'gemini') {
|
||||||
return {
|
return {
|
||||||
title: 'Gemini',
|
title: 'Gemini API',
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else if (providerName === 'groq') {
|
else if (providerName === 'groq') {
|
||||||
return {
|
return {
|
||||||
title: 'Groq',
|
title: 'Groq API',
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else if (providerName === 'mistral') {
|
else if (providerName === 'mistral') {
|
||||||
return {
|
return {
|
||||||
title: 'Mistral',
|
title: 'Mistral API',
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue