codex: starting with v0.2.0 codex uses a TOML configuration file (#7388)
Updated related settings and test files to reflect the new format.
This commit is contained in:
parent
cc7407839d
commit
502d9b7d30
10 changed files with 88 additions and 10 deletions
7
tests/modules/programs/codex/config.yaml
Normal file
7
tests/modules/programs/codex/config.yaml
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
model: gemma3:latest
|
||||
provider: ollama
|
||||
providers:
|
||||
ollama:
|
||||
baseURL: http://localhost:11434/v1
|
||||
envKey: OLLAMA_API_KEY
|
||||
name: Ollama
|
||||
Loading…
Add table
Add a link
Reference in a new issue