Skip to content

Commit 7a66750

Browse files
committed
Add ollama-cloud
1 parent 39940ae commit 7a66750

2 files changed

Lines changed: 12 additions & 6 deletions

File tree

llms/llms.json

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -235,17 +235,23 @@
235235
"enabled": true,
236236
"temperature": 1.0
237237
},
238+
"lmstudio": {
239+
"enabled": false,
240+
"npm": "lmstudio",
241+
"api": "http://127.0.0.1:1234/v1",
242+
"models": {}
243+
},
238244
"ollama": {
239245
"enabled": false,
240246
"id": "ollama",
241247
"npm": "ollama",
242248
"api": "http://localhost:11434"
243249
},
244-
"lmstudio": {
245-
"enabled": false,
246-
"npm": "lmstudio",
247-
"api": "http://127.0.0.1:1234/v1",
248-
"models": {}
250+
"ollama-cloud": {
251+
"enabled": true,
252+
"env": [
253+
"OLLAMA_API_KEY"
254+
]
249255
},
250256
"openai-local": {
251257
"enabled": false,

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)