-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathvf-chatbot-selector-llms.json
More file actions
45 lines (45 loc) · 1.35 KB
/
vf-chatbot-selector-llms.json
File metadata and controls
45 lines (45 loc) · 1.35 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
{
"routes": [
{
"id": "gpt4-turbo",
"title": "GPT-4 Turbo",
"description": "Advanced language model with broader context window and improved capabilities",
"selected": true
},
{
"id": "claude3-opus",
"title": "Claude 3 Opus",
"description": "Anthropic's most powerful model with enhanced reasoning and analysis capabilities"
},
{
"id": "gemini-ultra",
"title": "Gemini Ultra",
"description": "Google's most capable model for complex tasks and multitask reasoning"
},
{
"id": "llama3",
"title": "LLaMA 3",
"description": "Meta's open foundation model with strong performance across various tasks"
},
{
"id": "mixtral",
"title": "Mixtral 8x7B",
"description": "Mistral AI's mixture-of-experts model combining multiple specialized networks"
},
{
"id": "palm3",
"title": "PaLM 3",
"description": "Google's latest PaLM model optimized for reasoning and multilingual tasks"
},
{
"id": "gpt4-vision",
"title": "GPT-4 Vision",
"description": "Specialized version of GPT-4 for multimodal tasks including image understanding"
},
{
"id": "claude3-sonnet",
"title": "Claude 3 Sonnet",
"description": "Balanced model offering strong performance with improved efficiency"
}
]
}