chore: stop tracking local LLM credentials

This commit is contained in:
Hermes Agent
2026-07-26 22:59:21 +00:00
parent 573884a1c2
commit aef714d6c7
2 changed files with 21 additions and 21 deletions
+21
View File
@@ -0,0 +1,21 @@
{
"provider": "ollama",
"model": "qwen3.5:27b",
"providers": {
"ollama": {
"base_url": "http://127.0.0.1:11434"
},
"lmstudio": {
"base_url": "http://127.0.0.1:1234"
},
"openai": {
"api_key": ""
},
"anthropic": {
"api_key": ""
},
"openrouter": {
"api_key": ""
}
}
}