nsarrazin HF Staff commited on
Commit
21ed304
·
unverified ·
1 Parent(s): c75addc

config(hchat): model update 06-12-24 (#1617)

Browse files

* fix(hchat): add new model

* fix: description

Files changed (1) hide show
  1. chart/env/prod.yaml +8 -4
chart/env/prod.yaml CHANGED
@@ -78,10 +78,10 @@ envVars:
78
  ]
79
  },
80
  {
81
- "name": "meta-llama/Meta-Llama-3.1-70B-Instruct",
82
- "id": "meta-llama/Meta-Llama-3.1-70B-Instruct",
83
- "description": "Ideal for everyday use. A fast and extremely capable model matching closed source models' capabilities.",
84
- "modelUrl": "https://huggingface.co/meta-llama/Meta-Llama-3.1-70B-Instruct",
85
  "websiteUrl": "https://llama.meta.com/",
86
  "logoUrl": "https://huggingface.co/datasets/huggingchat/models-logo/resolve/main/meta-logo.png",
87
  "tools": true,
@@ -396,6 +396,10 @@ envVars:
396
  {
397
  "name": "microsoft/Phi-3-mini-4k-instruct",
398
  "transferTo": "microsoft/Phi-3.5-mini-instruct"
 
 
 
 
399
  }
400
  ]
401
  PUBLIC_ORIGIN: "https://huggingface.co"
 
78
  ]
79
  },
80
  {
81
+ "name": "meta-llama/Llama-3.3-70B-Instruct",
82
+ "id": "meta-llama/Llama-3.3-70B-Instruct",
83
+ "description": "Ideal for everyday use. A fast and extremely capable model matching closed source models' capabilities. Now with the latest Llama 3.3 weights!",
84
+ "modelUrl": "https://huggingface.co/meta-llama/Llama-3.3-70B-Instruct",
85
  "websiteUrl": "https://llama.meta.com/",
86
  "logoUrl": "https://huggingface.co/datasets/huggingchat/models-logo/resolve/main/meta-logo.png",
87
  "tools": true,
 
396
  {
397
  "name": "microsoft/Phi-3-mini-4k-instruct",
398
  "transferTo": "microsoft/Phi-3.5-mini-instruct"
399
+ },
400
+ {
401
+ "name": "meta-llama/Meta-Llama-3.1-70B-Instruct",
402
+ "transferTo": "meta-llama/Llama-3.3-70B-Instruct"
403
  }
404
  ]
405
  PUBLIC_ORIGIN: "https://huggingface.co"