We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eabb636 commit c26e9b7Copy full SHA for c26e9b7
configs/config_web_frag_mcp.yml
@@ -33,7 +33,7 @@ general:
33
console:
34
_type: console
35
level: INFO
36
-
+
37
front_end:
38
_type: aiq_api
39
runner_class: aiq_api.plugin.AIQAPIWorker
@@ -74,13 +74,13 @@ llms:
74
num_retries: 5
75
chat_template_kwargs:
76
enable_thinking: true
77
78
nemotron_llm_deep:
79
_type: nim
80
model_name: nvidia/nemotron-3-nano-30b-a3b
81
base_url: "https://integrate.api.nvidia.com/v1"
82
temperature: 1.0
83
- top_p: 1.0
+ top_p: 1.0
84
max_tokens: 128000
85
86
0 commit comments