-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathmodels.json
More file actions
52 lines (52 loc) · 1.6 KB
/
Copy pathmodels.json
File metadata and controls
52 lines (52 loc) · 1.6 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
46
47
48
49
50
51
52
{
"providers": {
"ollama_gpu_1080ti_tailscale": {
"baseUrl": "http://100.120.42.82:11434/v1",
"api": "openai-completions",
"apiKey": "ollama",
"models": [
{"id": "igorls/gemma-4-12B-it-heretic-GGUF", "reasoning": true, "contextWindow": 20000}
]
},
"ollama_gpu_5070fe_tailscale": {
"baseUrl": "http://100.85.195.62:11434/v1",
"api": "openai-completions",
"apiKey": "ollama",
"models": [
{"id": "igorls/gemma-4-12B-it-heretic-GGUF", "reasoning": true, "contextWindow": 20000}
]
},
"ollama_gpu_5070fe_local": {
"baseUrl": "http://192.168.111.175:11434/v1",
"api": "openai-completions",
"apiKey": "ollama",
"models": [
{"id": "igorls/gemma-4-12B-it-heretic-GGUF", "reasoning": true, "contextWindow": 20000}
]
},
"ollama_mac": {
"baseUrl": "http://host.docker.internal:11434/v1",
"api": "openai-completions",
"apiKey": "ollama",
"models": [
{"id": "igorls/gemma-4-12B-it-heretic-GGUF", "reasoning": true, "contextWindow": 20000}
]
},
"ollama_docker": {
"baseUrl": "http://ollama:11434/v1",
"api": "openai-completions",
"apiKey": "ollama",
"models": [
{"id": "igorls/gemma-4-12B-it-heretic-GGUF", "reasoning": true, "contextWindow": 20000}
]
},
"ollama_localhost": {
"baseUrl": "http://localhost:11434/v1",
"api": "openai-completions",
"apiKey": "ollama",
"models": [
{"id": "igorls/gemma-4-12B-it-heretic-GGUF", "reasoning": true, "contextWindow": 20000}
]
}
}
}