feat: add fallback

This commit is contained in:
eric
2026-02-23 15:16:15 +01:00
parent a4650c14ae
commit e26d665bdf
4 changed files with 134 additions and 51 deletions

View File

@@ -6,6 +6,8 @@ BOT_OWNER_ID=""
HF_TOKEN=""
OPENAI_API_KEY=""
OPENROUTER_API_KEY=""
AI_CLASSIFICATION_MODEL="google/gemma-3-12b-it:free"
AI_CLASSIFICATION_FALLBACK_MODELS="qwen/qwen-2.5-7b-instruct:free,mistralai/mistral-7b-instruct:free"
REPLICATE_API_TOKEN=""
ELEVENLABS_API_KEY=""
ELEVENLABS_VOICE_ID=""