From 3b501ef8bfe82c0eb3d7a5fcb85f6b40c212aa7b Mon Sep 17 00:00:00 2001 From: soliprem Date: Fri, 24 May 2024 12:34:58 +0200 Subject: [PATCH] fixed ollama icon --- .config/ags/services/gpt.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/ags/services/gpt.js b/.config/ags/services/gpt.js index 88097258c..34563f57e 100644 --- a/.config/ags/services/gpt.js +++ b/.config/ags/services/gpt.js @@ -18,7 +18,7 @@ const PROVIDERS = { // There's this list hmm https://github.com/zukixa/cool-ai-s }, 'ollama': { 'name': 'Ollama', - 'logo_name': 'Coolama', + 'logo_name': 'ollama', 'description': 'Official Ollama API.\nPricing: Free.', 'base_url': 'http://localhost:11434/v1/chat/completions', 'key_get_url': 'it\'s just ollama',