Skip to content

Commit

Permalink
Update model aliases
Browse files Browse the repository at this point in the history
  • Loading branch information
XInTheDark committed Jan 8, 2025
1 parent 3f2ad1e commit e74d7bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/api/data/providers_info.js
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,8 @@ export const function_supported_providers = [DeepInfraProvider, GeminiProvider];
/// Each model is aliased to an array of provider strings that support it
// prettier-ignore
export const model_aliases = {
"gpt-4o": ["RocksGPT4o", "NexraGPT4o", "DarkAI", "BlackboxGPT4o", "NexraChatGPT", "NexraBing"],
"gpt-4": ["RocksGPT4", "AI4Chat", "NexraGPT4", "Mhystical"],
"gpt-4o": ["NexraGPT4o", "BlackboxGPT4o", "DarkAI", "RocksGPT4o", "NexraChatGPT", "NexraBing"],
"gpt-4": ["AI4Chat", "NexraGPT4", "Mhystical", "RocksGPT4"],
"gpt-4o-mini": ["DuckDuckGo_GPT4oMini", "ChatgptFree", "PizzaGPT"],
"claude-3.5-sonnet": ["BlackboxClaude35Sonnet", "RocksClaude35Sonnet"],
"claude-3-opus": ["RocksClaude3Opus"],
Expand Down

0 comments on commit e74d7bf

Please sign in to comment.