added Ollama as an option under GPTs

This commit is contained in:
soliprem
2024-05-24 12:21:13 +02:00
parent 34802e2ca1
commit 953f4d5e88
+9
View File
@@ -16,6 +16,15 @@ const PROVIDERS = { // There's this list hmm https://github.com/zukixa/cool-ai-s
'key_file': 'openai_key.txt',
'model': 'gpt-3.5-turbo',
},
'ollama': {
'name': 'Ollama',
'logo_name': 'Coolama',
'description': 'Official Ollama API.\nPricing: Free.',
'base_url': 'http://localhost:11434/v1/chat/completions',
'key_get_url': 'it\'s just ollama',
'key_file': 'openai_key.txt',
'model': 'llama3:instruct',
},
'oxygen4o': {
'name': 'Oxygen (GPT-4o)',
'logo_name': 'ai-oxygen-symbolic',