nsarrazin HF Staff commited on
Commit
5118c4f
·
unverified ·
1 Parent(s): 2e21e16

Set tools back to true (#1194)

Browse files
Files changed (1) hide show
  1. 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": false,
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,