summaryrefslogtreecommitdiffstats
path: root/g4f/Provider/HuggingChat.py
diff options
context:
space:
mode:
authorHeiner Lohaus <heiner@lohaus.eu>2023-09-23 11:42:30 +0200
committerHeiner Lohaus <heiner@lohaus.eu>2023-09-23 11:42:30 +0200
commita3ecabb00e728d2ed63ce613d6f5b5902780d45c (patch)
treedc5c440177fe9d31779bd0f53a8925eed9f6d79d /g4f/Provider/HuggingChat.py
parent ~ | update models list (diff)
downloadgpt4free-a3ecabb00e728d2ed63ce613d6f5b5902780d45c.tar
gpt4free-a3ecabb00e728d2ed63ce613d6f5b5902780d45c.tar.gz
gpt4free-a3ecabb00e728d2ed63ce613d6f5b5902780d45c.tar.bz2
gpt4free-a3ecabb00e728d2ed63ce613d6f5b5902780d45c.tar.lz
gpt4free-a3ecabb00e728d2ed63ce613d6f5b5902780d45c.tar.xz
gpt4free-a3ecabb00e728d2ed63ce613d6f5b5902780d45c.tar.zst
gpt4free-a3ecabb00e728d2ed63ce613d6f5b5902780d45c.zip
Diffstat (limited to 'g4f/Provider/HuggingChat.py')
-rw-r--r--g4f/Provider/HuggingChat.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/g4f/Provider/HuggingChat.py b/g4f/Provider/HuggingChat.py
index 7702c9dd..b2cf9793 100644
--- a/g4f/Provider/HuggingChat.py
+++ b/g4f/Provider/HuggingChat.py
@@ -9,7 +9,7 @@ from .base_provider import AsyncGeneratorProvider, format_prompt, get_cookies
class HuggingChat(AsyncGeneratorProvider):
- url = "https://huggingface.co/chat/"
+ url = "https://huggingface.co/chat"
needs_auth = True
working = True
model = "OpenAssistant/oasst-sft-6-llama-30b-xor"