Skip to content

Commit

Permalink
Merge pull request #1554 from Masha/patch-1
Browse files Browse the repository at this point in the history
add CodeLlama-70b to HuggingChat
  • Loading branch information
hlohaus authored Feb 6, 2024
2 parents df48d1c + 6d1f0b5 commit fbfc679
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion g4f/Provider/HuggingChat.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit fbfc679

Please sign in to comment.