We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30d3fcf commit 024f4cfCopy full SHA for 024f4cf
github-bot/src/services/jamaiService.go
@@ -22,7 +22,7 @@ var GEN_CONFIG = models.GenConfig{
22
Model: MODEL_NAME,
23
Temperature: 0.01,
24
MaxTokens: 2000,
25
- TopP: 0.01,
+ TopP: 0.001,
26
RagParams: &models.RagParams{
27
K: 5,
28
RerankingModel: "ellm/BAAI/bge-reranker-v2-m3",
0 commit comments