Explorar o código

fix:Temperature调整为0.01

Roc hai 1 mes
pai
achega
9c460e5d51
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      utils/llm/eta_llm/eta_llm_client.go

+ 1 - 1
utils/llm/eta_llm/eta_llm_client.go

@@ -161,7 +161,7 @@ func (ds *ETALLMClient) FileChat(query string, KnowledgeId string, history []jso
 		TopK:           20,
 		ScoreThreshold: 2,
 		Stream:         false,
-		Temperature:    0.3,
+		Temperature:    0.01,
 		MaxTokens:      0,
 		PromptName:     DEFALUT_PROMPT_NAME,
 	}