1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-12-05 16:41:04 +01:00
This commit is contained in:
khaneliman 2025-07-06 13:59:13 +00:00
parent a7d274857f
commit dac8639d75

View file

@ -22025,8 +22025,8 @@ strings concatenated with “\n”</p>
</span> </span>
</dt> </dt>
<dd> <dd>
<p>Configuration written to <code class="filename">~/.codex/config.yaml</code>. <p>Configuration written to <code class="filename">~/.codex/config.toml</code> (0.2.0+) or <code class="filename">~/.codex/config.yaml</code> (&lt;0.2.0).
See <a class="link" href="https://github.com/openai/codex#configuration-guide" target="_top">https://github.com/openai/codex#configuration-guide</a> for supported values.</p> See <a class="link" href="https://github.com/openai/codex/blob/main/codex-rs/config.md" target="_top">https://github.com/openai/codex/blob/main/codex-rs/config.md</a> for supported values.</p>
<p><span class="emphasis"><em>Type:</em></span> <p><span class="emphasis"><em>Type:</em></span>
YAML 1.1 value</p> YAML 1.1 value</p>
@ -22036,8 +22036,8 @@ YAML 1.1 value</p>
<p><span class="emphasis"><em>Example:</em></span></p><pre><code class="programlisting">{ <p><span class="emphasis"><em>Example:</em></span></p><pre><code class="programlisting">{
model = &quot;gemma3:latest&quot;; model = &quot;gemma3:latest&quot;;
provider = &quot;ollama&quot;; model_provider = &quot;ollama&quot;;
providers = { model_providers = {
ollama = { ollama = {
name = &quot;Ollama&quot;; name = &quot;Ollama&quot;;
baseURL = &quot;http://localhost:11434/v1&quot;; baseURL = &quot;http://localhost:11434/v1&quot;;