mirror of
https://github.com/nix-community/home-manager.git
synced 2025-12-05 16:41:04 +01:00
deploy: 502d9b7d30
This commit is contained in:
parent
a7d274857f
commit
dac8639d75
1 changed files with 4 additions and 4 deletions
|
|
@ -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> (<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 = "gemma3:latest";
|
model = "gemma3:latest";
|
||||||
provider = "ollama";
|
model_provider = "ollama";
|
||||||
providers = {
|
model_providers = {
|
||||||
ollama = {
|
ollama = {
|
||||||
name = "Ollama";
|
name = "Ollama";
|
||||||
baseURL = "http://localhost:11434/v1";
|
baseURL = "http://localhost:11434/v1";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue