kobe6258 1 сар өмнө
parent
commit
0a3ef9537d

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

@@ -124,7 +124,7 @@ func (ds *ETALLMClient) KnowledgeBaseChat(query string, KnowledgeBaseName string
 		ScoreThreshold: 0.5,
 		Stream:         true,
 		Model:          ds.LlmModel,
-		Temperature:    0.7,
+		Temperature:    0.1,
 		MaxTokens:      0,
 		PromptName:     DEFALUT_PROMPT_NAME,
 		ReturnDirect:   false,