summaryrefslogtreecommitdiffstats
path: root/g4f/Provider/HuggingChat.py
diff options
context:
space:
mode:
authorHeiner Lohaus <hlohaus@users.noreply.github.com>2024-04-23 17:34:42 +0200
committerHeiner Lohaus <hlohaus@users.noreply.github.com>2024-04-23 17:34:42 +0200
commit74c399d675676938f31faf18174a98ed7a1709da (patch)
treed0c06f94dd1c5be203fb02b95e22c51ff976be88 /g4f/Provider/HuggingChat.py
parentAdd nodriver to docker (diff)
downloadgpt4free-74c399d675676938f31faf18174a98ed7a1709da.tar
gpt4free-74c399d675676938f31faf18174a98ed7a1709da.tar.gz
gpt4free-74c399d675676938f31faf18174a98ed7a1709da.tar.bz2
gpt4free-74c399d675676938f31faf18174a98ed7a1709da.tar.lz
gpt4free-74c399d675676938f31faf18174a98ed7a1709da.tar.xz
gpt4free-74c399d675676938f31faf18174a98ed7a1709da.tar.zst
gpt4free-74c399d675676938f31faf18174a98ed7a1709da.zip
Diffstat (limited to 'g4f/Provider/HuggingChat.py')
-rw-r--r--g4f/Provider/HuggingChat.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/g4f/Provider/HuggingChat.py b/g4f/Provider/HuggingChat.py
index 527f0a56..65273345 100644
--- a/g4f/Provider/HuggingChat.py
+++ b/g4f/Provider/HuggingChat.py
@@ -24,6 +24,9 @@ class HuggingChat(AsyncGeneratorProvider, ProviderModelMixin):
'mistralai/Mistral-7B-Instruct-v0.2',
'meta-llama/Meta-Llama-3-70B-Instruct'
]
+ model_aliases = {
+ "mistralai/Mistral-7B-Instruct-v0.1": "mistralai/Mistral-7B-Instruct-v0.2"
+ }
@classmethod
def get_models(cls):