forked from Continuum-AI-Corp/OrcaRouter-Lite
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontinue.json
More file actions
36 lines (36 loc) · 1.05 KB
/
Copy pathcontinue.json
File metadata and controls
36 lines (36 loc) · 1.05 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
{
"$comment": "Drop into ~/.continue/config.json (replace the apiKey + apiBase). https://docs.continue.dev",
"models": [
{
"title": "OrcaRouter (auto)",
"provider": "openai",
"model": "auto",
"apiBase": "http://localhost:8000/v1",
"apiKey": "sk-orca-PASTE-YOUR-KEY-HERE"
},
{
"title": "Claude Sonnet via Orca",
"provider": "openai",
"model": "claude-3-5-sonnet-latest",
"apiBase": "http://localhost:8000/v1",
"apiKey": "sk-orca-PASTE-YOUR-KEY-HERE"
},
{
"title": "GPT-4o via Orca",
"provider": "openai",
"model": "gpt-4o",
"apiBase": "http://localhost:8000/v1",
"apiKey": "sk-orca-PASTE-YOUR-KEY-HERE"
}
],
"tabAutocompleteModel": {
"title": "Haiku autocomplete",
"provider": "openai",
"model": "claude-3-5-haiku-latest",
"apiBase": "http://localhost:8000/v1",
"apiKey": "sk-orca-PASTE-YOUR-KEY-HERE"
},
"embeddingsProvider": {
"$comment": "Lite v0.1 doesn't proxy embeddings yet — use a direct provider config here."
}
}