mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-28 04:04:31 +00:00
model - show sensible defaults
This commit is contained in:
parent
14e060caf2
commit
80232f8558
1 changed files with 4 additions and 0 deletions
|
@ -1248,6 +1248,10 @@ const ModelDashboard: React.FC<ModelDashboardProps> = ({
|
|||
return "claude-3-opus";
|
||||
} else if (selectedProvider == Providers.Google_AI_Studio) {
|
||||
return "gemini-pro";
|
||||
} else if (selectedProvider == Providers.Azure_AI_Studio) {
|
||||
return "azure_ai/command-r-plus";
|
||||
} else if (selectedProvider == Providers.Azure) {
|
||||
return "azure/my-deployment";
|
||||
} else {
|
||||
return "gpt-3.5-turbo";
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue