Skip to content

Commit

Permalink
fix: update name of task model
Browse files Browse the repository at this point in the history
  • Loading branch information
nsarrazin committed Jan 20, 2025
1 parent b0d6663 commit 644a078
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions chart/env/prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ envVars:
]
},
{
"name": "llhf/Meta-Llama-3.1-8B-Instruct",
"name": "meta-llama/Llama-3.1-8B-Instruct",
"parameters": {
"temperature": 0.6,
"stop": ["<|endoftext|>", "<|eot_id|>"]
Expand Down Expand Up @@ -422,7 +422,7 @@ envVars:
PUBLIC_APP_DISCLAIMER: 1
PUBLIC_PLAUSIBLE_SCRIPT_URL: "/js/script.js"
REQUIRE_FEATURED_ASSISTANTS: "true"
TASK_MODEL: "llhf/Meta-Llama-3.1-8B-Instruct"
TASK_MODEL: "meta-llama/Llama-3.1-8B-Instruct"
TEXT_EMBEDDING_MODELS: >
[{
"name": "bge-base-en-v1-5-sxa",
Expand Down

0 comments on commit 644a078

Please sign in to comment.