joel behöver en python
This commit is contained in:
@@ -106,7 +106,7 @@ export const config: BotConfig = {
|
||||
),
|
||||
classificationFallbackModels: getCsvEnvOrDefault("AI_CLASSIFICATION_FALLBACK_MODELS", [
|
||||
"meta-llama/llama-3.3-70b-instruct:free",
|
||||
"mistralai/mistral-small-3.1-24b-instruct:free",
|
||||
"qwen/qwen-2.5-7b-instruct",
|
||||
]),
|
||||
maxTokens: parseInt(getEnvOrDefault("AI_MAX_TOKENS", "500")),
|
||||
temperature: parseFloat(getEnvOrDefault("AI_TEMPERATURE", "1.2")),
|
||||
|
||||
Reference in New Issue
Block a user