From 996579729d115b72c12ad50e7f763595d53f375d Mon Sep 17 00:00:00 2001 From: viridivn <42524580+viridivn@users.noreply.github.com> Date: Sun, 23 Nov 2025 16:03:56 -0500 Subject: [PATCH] no abbreviations --- dots/.config/quickshell/ii/services/Ai.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dots/.config/quickshell/ii/services/Ai.qml b/dots/.config/quickshell/ii/services/Ai.qml index 389fb3e78..d5ca44035 100644 --- a/dots/.config/quickshell/ii/services/Ai.qml +++ b/dots/.config/quickshell/ii/services/Ai.qml @@ -297,7 +297,7 @@ Singleton { "gemini-3-pro": aiModelComponent.createObject(this, { "name": "Gemini 3.0 Pro", "icon": "google-gemini-symbolic", - "description": Translation.tr("Online | Google's model\nGoogle's most intelligent model with SOTA reasoning and multimodal understanding."), + "description": Translation.tr("Online | Google's model\nGoogle's most intelligent model with state-of-the-art reasoning and multimodal understanding."), "homepage": "https://aistudio.google.com", "endpoint": "https://generativelanguage.googleapis.com/v1beta/models/gemini-3-pro-preview:streamGenerateContent", "model": "gemini-3-pro-preview",