Files
nixos/henrovnix_ok/assets/conf (kopie 1)/apps/ai/ai.conf
T

14 lines
201 B
Plaintext

{
"language_models": {
"ollama": {
"api_url": "http://127.0.0.1:11434"
}
},
"agent": {
"default_model": {
"provider": "ollama",
"model": "codellama:70b"
}
}
}