From f251554043d313a650099c677ae5cd4d6d118816 Mon Sep 17 00:00:00 2001 From: end-4 <97237370+end-4@users.noreply.github.com> Date: Sat, 25 May 2024 07:54:08 +0700 Subject: [PATCH] fix ollama icon name --- .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 eab2c392f..a8496f453 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': 'ollama', + 'logo_name': 'ollama-symbolic', 'description': 'Official Ollama API.\nPricing: Free.', 'base_url': 'http://localhost:11434/v1/chat/completions', 'key_get_url': 'it\'s just ollama',