From 1af9f7f3609d52c07f5d2ab88286b1e2ec72f1ab Mon Sep 17 00:00:00 2001
From: khaneliman
{ }
Example:
{
- 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;
}
];
}