Spaces:
Running
Running
Set tools back to true (#1194)
Browse files- chart/env/prod.yaml +1 -1
chart/env/prod.yaml
CHANGED
@@ -39,7 +39,7 @@ envVars:
|
|
39 |
"modelUrl": "https://huggingface.co/CohereForAI/c4ai-command-r-plus",
|
40 |
"websiteUrl": "https://docs.cohere.com/docs/command-r-plus",
|
41 |
"logoUrl": "https://huggingface.co/datasets/huggingchat/models-logo/resolve/main/cohere-logo.png",
|
42 |
-
"tools":
|
43 |
"parameters": {
|
44 |
"stop": ["<|END_OF_TURN_TOKEN|>"],
|
45 |
"truncate" : 28672,
|
|
|
39 |
"modelUrl": "https://huggingface.co/CohereForAI/c4ai-command-r-plus",
|
40 |
"websiteUrl": "https://docs.cohere.com/docs/command-r-plus",
|
41 |
"logoUrl": "https://huggingface.co/datasets/huggingchat/models-logo/resolve/main/cohere-logo.png",
|
42 |
+
"tools": true,
|
43 |
"parameters": {
|
44 |
"stop": ["<|END_OF_TURN_TOKEN|>"],
|
45 |
"truncate" : 28672,
|