Add AI chat #168

Merged
RecentRunner merged 8 commits from ai-chat-merge into main 2026-04-10 08:58:23 -06:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 973ee4c1d0 - Show all commits

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";

View File

@@ -73,4 +73,4 @@ logging:
fail-on-unknown-properties: false
openrouter:
api-key: ${OPENROUTER_API_KEY:}
model: ${OPENROUTER_MODEL:mistralai/mistral-7b-instruct:free}
model: ${OPENROUTER_MODEL:openai/gpt-oss-120b:free}