Skip to content

Commit

Permalink
config(hchat): model update 06-12-24 (#1617)
Browse files Browse the repository at this point in the history
* fix(hchat): add new model

* fix: description
  • Loading branch information
nsarrazin authored Dec 6, 2024
1 parent a872198 commit b6e7142
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions chart/env/prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,10 +78,10 @@ envVars:
]
},
{
"name": "meta-llama/Meta-Llama-3.1-70B-Instruct",
"id": "meta-llama/Meta-Llama-3.1-70B-Instruct",
"description": "Ideal for everyday use. A fast and extremely capable model matching closed source models' capabilities.",
"modelUrl": "https://huggingface.co/meta-llama/Meta-Llama-3.1-70B-Instruct",
"name": "meta-llama/Llama-3.3-70B-Instruct",
"id": "meta-llama/Llama-3.3-70B-Instruct",
"description": "Ideal for everyday use. A fast and extremely capable model matching closed source models' capabilities. Now with the latest Llama 3.3 weights!",
"modelUrl": "https://huggingface.co/meta-llama/Llama-3.3-70B-Instruct",
"websiteUrl": "https://llama.meta.com/",
"logoUrl": "https://huggingface.co/datasets/huggingchat/models-logo/resolve/main/meta-logo.png",
"tools": true,
Expand Down Expand Up @@ -396,6 +396,10 @@ envVars:
{
"name": "microsoft/Phi-3-mini-4k-instruct",
"transferTo": "microsoft/Phi-3.5-mini-instruct"
},
{
"name": "meta-llama/Meta-Llama-3.1-70B-Instruct",
"transferTo": "meta-llama/Llama-3.3-70B-Instruct"
}
]
PUBLIC_ORIGIN: "https://huggingface.co"
Expand Down

0 comments on commit b6e7142

Please sign in to comment.