Skip to content

Commit

Permalink
Merge branch 'main' into add-jinja-support-for-templating
Browse files Browse the repository at this point in the history
  • Loading branch information
benglewis authored Mar 3, 2025
2 parents 35b417f + cb45564 commit 78515f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chart/env/prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ envVars:
"logoUrl": "https://huggingface.co/datasets/huggingchat/models-logo/resolve/main/cohere-logo.png",
"tools": true,
"parameters": {
"stop": ["<|END_OF_TURN_TOKEN|>"],
"stop": ["<|END_OF_TURN_TOKEN|>", "<|im_end|>"],
"truncate": 28672,
"max_new_tokens": 2048,
"temperature": 0.3
Expand Down

0 comments on commit 78515f3

Please sign in to comment.