From be82f0b486c8f5958a7e55d4b6a837a3473c19ca Mon Sep 17 00:00:00 2001 From: CoalGov Deploy Date: Wed, 6 May 2026 02:18:50 +0000 Subject: [PATCH] Set default OpenRouter model --- CoalGov/src/main/resources/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CoalGov/src/main/resources/config.yml b/CoalGov/src/main/resources/config.yml index 545a635..f9e8223 100644 --- a/CoalGov/src/main/resources/config.yml +++ b/CoalGov/src/main/resources/config.yml @@ -12,7 +12,7 @@ npc: ai: enabled: true api_key: "" - model: "openai/gpt-4.1-mini" + model: "qwen/qwen3.5-flash-02-23" timeout_ms: 4000 trader: max_discount_percent: 15