summaryrefslogtreecommitdiffstats
path: root/g4f/Provider/HuggingChat.py
diff options
context:
space:
mode:
authorTekky <98614666+xtekky@users.noreply.github.com>2023-09-23 11:55:22 +0200
committerGitHub <noreply@github.com>2023-09-23 11:55:22 +0200
commitea57fbf727520094f48c6df055983b31a9fc45a1 (patch)
tree5c7f3bd14910952c248e092b0c11a0fd9411f745 /g4f/Provider/HuggingChat.py
parent ~ | update models list (diff)
parentDelete g4f/Provider/Vercel.py (diff)
downloadgpt4free-ea57fbf727520094f48c6df055983b31a9fc45a1.tar
gpt4free-ea57fbf727520094f48c6df055983b31a9fc45a1.tar.gz
gpt4free-ea57fbf727520094f48c6df055983b31a9fc45a1.tar.bz2
gpt4free-ea57fbf727520094f48c6df055983b31a9fc45a1.tar.lz
gpt4free-ea57fbf727520094f48c6df055983b31a9fc45a1.tar.xz
gpt4free-ea57fbf727520094f48c6df055983b31a9fc45a1.tar.zst
gpt4free-ea57fbf727520094f48c6df055983b31a9fc45a1.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"