summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorH Lohaus <hlohaus@users.noreply.github.com>2024-02-06 07:53:49 +0100
committerGitHub <noreply@github.com>2024-02-06 07:53:49 +0100
commitfbfc679d7d36fe5cbc93bcc93cf77dbb08457704 (patch)
treeb7b7c7c1ebbc5676227a900f66ffcd09570ade22
parentMerge pull request #1547 from nullstreak/codellama-70b (diff)
parentadd CodeLlama-70b to HuggingChat (diff)
downloadgpt4free-fbfc679d7d36fe5cbc93bcc93cf77dbb08457704.tar
gpt4free-fbfc679d7d36fe5cbc93bcc93cf77dbb08457704.tar.gz
gpt4free-fbfc679d7d36fe5cbc93bcc93cf77dbb08457704.tar.bz2
gpt4free-fbfc679d7d36fe5cbc93bcc93cf77dbb08457704.tar.lz
gpt4free-fbfc679d7d36fe5cbc93bcc93cf77dbb08457704.tar.xz
gpt4free-fbfc679d7d36fe5cbc93bcc93cf77dbb08457704.tar.zst
gpt4free-fbfc679d7d36fe5cbc93bcc93cf77dbb08457704.zip
-rw-r--r--g4f/Provider/HuggingChat.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/g4f/Provider/HuggingChat.py b/g4f/Provider/HuggingChat.py
index 9aa93878..3ea9f306 100644
--- a/g4f/Provider/HuggingChat.py
+++ b/g4f/Provider/HuggingChat.py
@@ -19,7 +19,8 @@ class HuggingChat(AsyncGeneratorProvider, ProviderModelMixin):
"NousResearch/Nous-Hermes-2-Mixtral-8x7B-DPO",
"codellama/CodeLlama-34b-Instruct-hf",
"mistralai/Mistral-7B-Instruct-v0.2",
- "openchat/openchat-3.5-0106"
+ "openchat/openchat-3.5-0106",
+ "codellama/CodeLlama-70b-Instruct-hf"
]
model_aliases = {
"openchat/openchat_3.5": "openchat/openchat-3.5-1210",