Add Ollama and Codex desktop integration

This commit is contained in:
Fabio Scotto di Santolo
2026-04-10 16:00:03 +02:00
parent 2eb01d324f
commit 8bd692c87b
7 changed files with 92 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
[model_providers.ollama-launch]
name = "Ollama"
base_url = "http://localhost:11434/v1"
[profiles.ollama-cloud]
model = "gpt-5.4"
model_provider = "ollama-launch"
model_reasoning_effort = "medium"