ваше сообщение коммита

This commit is contained in:
2025-04-21 10:40:57 +03:00
parent 483a1ef854
commit 5a8e62924c
20 changed files with 637 additions and 84 deletions

View File

@@ -7,7 +7,7 @@ const fetch = require('node-fetch');
class AIAssistant {
constructor() {
this.baseUrl = process.env.OLLAMA_BASE_URL || 'http://localhost:11434';
this.defaultModel = process.env.OLLAMA_MODEL || 'mistral:7b-instruct-q4_K_M';
this.defaultModel = process.env.OLLAMA_MODEL || 'qwen2.5';
}
// Создание экземпляра ChatOllama с нужными параметрами