mirror of
https://github.com/fscotto/infra.git
synced 2026-05-31 07:49:57 +00:00
Add Ollama and Codex desktop integration
This commit is contained in:
8
dotfiles/desktop/.codex/config.toml
Normal file
8
dotfiles/desktop/.codex/config.toml
Normal 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"
|
||||
Reference in New Issue
Block a user