mirror of
https://github.com/fscotto/infra.git
synced 2026-05-30 15:39:58 +00:00
12 lines
249 B
TOML
12 lines
249 B
TOML
[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"
|
|
|
|
[projects."/home/fscotto"]
|
|
trust_level = "trusted"
|