gpt: ollama llama3: fix model consistency

This commit is contained in:
end-4
2025-04-06 12:38:03 +02:00
parent a6f21fede1
commit f24e8e1cd5
+1 -1
View File
@@ -14,7 +14,7 @@ const PROVIDERS = Object.assign({
"base_url": 'http://localhost:11434/v1/chat/completions',
"key_get_url": "",
"key_file": "ollama_key.txt",
"model": "llama3:instruct",
"model": "llama3",
},
"ollama_deepseek_r1": {
"name": "Ollama - DeepSeek R1",