change default ai model to mini
This commit is contained in:
@@ -11,7 +11,7 @@ DISCORD_TOKEN=your_discord_bot_token_here
|
|||||||
AI_PROVIDER=openai
|
AI_PROVIDER=openai
|
||||||
|
|
||||||
# Model to use (e.g., gpt-4o, gpt-4o-mini, claude-3-5-sonnet, etc.)
|
# Model to use (e.g., gpt-4o, gpt-4o-mini, claude-3-5-sonnet, etc.)
|
||||||
AI_MODEL=gpt-4o
|
AI_MODEL=gpt-4o-mini
|
||||||
|
|
||||||
# Provider API Keys (set the one you use)
|
# Provider API Keys (set the one you use)
|
||||||
OPENAI_API_KEY=sk-xxx
|
OPENAI_API_KEY=sk-xxx
|
||||||
|
|||||||
Reference in New Issue
Block a user