mirror of
https://github.com/nix-community/home-manager.git
synced 2025-12-05 16:41:04 +01:00
deploy: 13a45ede6c
This commit is contained in:
parent
1f9146d659
commit
1af9f7f360
1 changed files with 5 additions and 3 deletions
|
|
@ -14281,15 +14281,17 @@ YAML value</p>
|
|||
<code class="literal">{ }</code></p>
|
||||
|
||||
<p><span class="emphasis"><em>Example:</em></span></p><pre><code class="programlisting">{
|
||||
model = "Ollama:mistral-small:latest";
|
||||
model = "ollama:mistral-small3.1:latest";
|
||||
clients = [
|
||||
{
|
||||
type = "openai-compatible";
|
||||
name = "Ollama";
|
||||
name = "ollama";
|
||||
api_base = "http://localhost:11434/v1";
|
||||
models = [
|
||||
{
|
||||
name = "llama3.2:latest";
|
||||
name = "mistral-small3.1:latest";
|
||||
supports_function_calling = true;
|
||||
supports_vision = true;
|
||||
}
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue