Skip to content

Commit 024f4cf

Browse files
committed
Fix top p bug
1 parent 30d3fcf commit 024f4cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

github-bot/src/services/jamaiService.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ var GEN_CONFIG = models.GenConfig{
2222
Model: MODEL_NAME,
2323
Temperature: 0.01,
2424
MaxTokens: 2000,
25-
TopP: 0.01,
25+
TopP: 0.001,
2626
RagParams: &models.RagParams{
2727
K: 5,
2828
RerankingModel: "ellm/BAAI/bge-reranker-v2-m3",

0 commit comments

Comments
 (0)