From b6e7142204e17b0770bbb150073043c4a845a6d6 Mon Sep 17 00:00:00 2001 From: Nathan Sarrazin Date: Fri, 6 Dec 2024 18:44:09 +0100 Subject: [PATCH] config(hchat): model update 06-12-24 (#1617) * fix(hchat): add new model * fix: description --- chart/env/prod.yaml | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/chart/env/prod.yaml b/chart/env/prod.yaml index 9b407506d37..016d3ca732b 100644 --- a/chart/env/prod.yaml +++ b/chart/env/prod.yaml @@ -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, @@ -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"