Browse Source

文章增加系统DFA标签

kobe6258 4 ngày trước cách đây
mục cha
commit
ad0f0f5491
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      utils/llm/eta_llm/eta_llm_client.go

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

@@ -133,7 +133,7 @@ func (ds *ETALLMClient) CompletionChat(query string, messages []json.RawMessage)
 		TopK:           3,
 		ScoreThreshold: 0.5,
 		Stream:         true,
-		Model:          "qwq:32b",
+		Model:           ds.LlmModel,
 		Temperature:    0.7,
 		MaxTokens:      0,
 		PromptName:     DEFALUT_PROMPT_NAME,