diff options
author | kqlio67 <kqlio67@users.noreply.github.com> | 2024-09-12 20:35:31 +0200 |
---|---|---|
committer | kqlio67 <kqlio67@users.noreply.github.com> | 2024-09-12 20:35:31 +0200 |
commit | abea4ddbcca40c1c1da51507363867fb3664228f (patch) | |
tree | 20d907d877d826aa02f44ecee5005197f05cdd14 /g4f/Provider/HuggingChat.py | |
parent | Added a new provider for generating images: g4f/Provider/Prodia.py (diff) | |
download | gpt4free-abea4ddbcca40c1c1da51507363867fb3664228f.tar gpt4free-abea4ddbcca40c1c1da51507363867fb3664228f.tar.gz gpt4free-abea4ddbcca40c1c1da51507363867fb3664228f.tar.bz2 gpt4free-abea4ddbcca40c1c1da51507363867fb3664228f.tar.lz gpt4free-abea4ddbcca40c1c1da51507363867fb3664228f.tar.xz gpt4free-abea4ddbcca40c1c1da51507363867fb3664228f.tar.zst gpt4free-abea4ddbcca40c1c1da51507363867fb3664228f.zip |
Diffstat (limited to 'g4f/Provider/HuggingChat.py')
-rw-r--r-- | g4f/Provider/HuggingChat.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/g4f/Provider/HuggingChat.py b/g4f/Provider/HuggingChat.py index fad44957..7edb2f9f 100644 --- a/g4f/Provider/HuggingChat.py +++ b/g4f/Provider/HuggingChat.py @@ -12,6 +12,7 @@ class HuggingChat(AbstractProvider, ProviderModelMixin): working = True supports_stream = True default_model = "meta-llama/Meta-Llama-3.1-70B-Instruct" + models = [ default_model, 'CohereForAI/c4ai-command-r-plus-08-2024', |