Skip to content

Commit b6e7142

Browse files
authored
config(hchat): model update 06-12-24 (#1617)
* fix(hchat): add new model * fix: description
1 parent a872198 commit b6e7142

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

chart/env/prod.yaml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -78,10 +78,10 @@ envVars:
7878
]
7979
},
8080
{
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",
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",
8585
"websiteUrl": "https://llama.meta.com/",
8686
"logoUrl": "https://huggingface.co/datasets/huggingchat/models-logo/resolve/main/meta-logo.png",
8787
"tools": true,
@@ -396,6 +396,10 @@ envVars:
396396
{
397397
"name": "microsoft/Phi-3-mini-4k-instruct",
398398
"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"
399403
}
400404
]
401405
PUBLIC_ORIGIN: "https://huggingface.co"

0 commit comments

Comments
 (0)