You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(1, (SELECT`id`FROM`zz_settings`WHERE`nome`='OpenRouter API Key'),
33
33
'OpenRouter API Key',
34
-
'API Key per l''integrazione con OpenRouter AI. Ottieni la tua chiave da https://openrouter.ai/keys');
34
+
'API Key per l''integrazione con OpenRouter AI. Ottieni la tua chiave da https://openrouter.ai/keys');
35
+
36
+
-- Aggiunta impostazione per Modello AI predefinito OpenRouter
37
+
-- Define the list of free models
38
+
SET @free_models ='mistralai/mistral-7b-instruct,google/gemini-pro-1.5,anthropic/claude-3-haiku-20240307,openai/gpt-3.5-turbo'; -- Add/remove models as needed
0 commit comments