Update bot model

This commit is contained in:
2026-04-10 07:24:18 -06:00
parent fb36a00fbf
commit 8de2612b05
2 changed files with 2 additions and 2 deletions

View File

@@ -31,7 +31,7 @@ public class OpenRouterAiService {
@Value("${openrouter.api-key:}")
private String apiKey;
@Value("${openrouter.model:mistralai/mistral-7b-instruct:free}")
@Value("${openrouter.model:openai/gpt-oss-120b:free}")
private String model;
private final String openRouterUrl = "https://openrouter.ai/api/v1/chat/completions";