Przeglądaj źródła

Update temperature for model

Lee Morgan 3 tygodni temu
rodzic
commit
51afd057f0
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      src/logic/prompt.rs

+ 1 - 1
src/logic/prompt.rs

@@ -116,7 +116,7 @@ async fn send_message(prompt: Vec<PromptMessage>) -> Result<PromptResponse, Http
         "model": "Qwen/Qwen3-32B",
         "messages": prompt,
         "reasoning_effort": "none",
-        "temperature": 1.2,
+        "temperature": 0.7,
         "stream": true,
         "stream_options": {"include_usage": true}
     });