Skip to content

Commit 09e24f2

Browse files
committed
feat(config): add temperature parameter for qwen3_30b_instruct model
- Set temperature to 0.00001 for deterministic responses - Ensure consistent output for financial analysis tasks - Update default configuration values
1 parent defb1ec commit 09e24f2

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

finance_mcp/config/default.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,8 @@ llm:
7070
qwen3_30b_instruct:
7171
backend: openai_compatible
7272
model_name: qwen3-30b-a3b-instruct-2507
73+
params:
74+
temperature: 0.00001
7375

7476
qwen3_30b_thinking:
7577
backend: openai_compatible

0 commit comments

Comments
 (0)