feat: update AI model in AskCommand and add Docker support files for improved deployment

This commit is contained in:
2025-12-17 19:31:03 -05:00
parent 0cd3b5c179
commit 94494c1ca5
5 changed files with 235 additions and 3 deletions
+1 -3
View File
@@ -48,9 +48,7 @@ export default class AskCommand extends Command {
const response = await axios.post(
'https://openrouter.ai/api/v1/chat/completions',
{
model: webSearchEnabled
? 'google/gemma-3-27b-it:free:online'
: 'google/gemma-3-27b-it:free',
model: webSearchEnabled ? 'xiaomi/mimo-v2-flash:free:online' : 'xiaomi/mimo-v2-flash:free',
messages: [
{
role: 'system',