mirror of
https://github.com/xtekky/gpt4free.git
synced 2025-12-06 02:30:41 -08:00
Improve Vercel Provider:
- Fix endless loop - Add proxy, async support - Add default model Fix HuggingChat Provider
This commit is contained in:
parent
d8fc799e2d
commit
a3ecabb00e
5 changed files with 65 additions and 47 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue