chore: stop tracking local LLM credentials
This commit is contained in:
@@ -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": ""
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -1,21 +0,0 @@
|
|||||||
{
|
|
||||||
"provider": "ollama",
|
|
||||||
"model": "gemma4:12b-mlx",
|
|
||||||
"providers": {
|
|
||||||
"ollama": {
|
|
||||||
"base_url": "http://100.79.255.5:11434"
|
|
||||||
},
|
|
||||||
"lmstudio": {
|
|
||||||
"base_url": "http://100.100.242.21:1234"
|
|
||||||
},
|
|
||||||
"openai": {
|
|
||||||
"api_key": ""
|
|
||||||
},
|
|
||||||
"anthropic": {
|
|
||||||
"api_key": ""
|
|
||||||
},
|
|
||||||
"openrouter": {
|
|
||||||
"api_key": "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"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
Reference in New Issue
Block a user