mirror of
https://github.com/xtekky/gpt4free.git
synced 2026-01-03 07:42:30 -08:00
Add login_url to authed providers
Create a home page for the GUI Fix CopyButton in Code Highlight
This commit is contained in:
parent
5b74a22cf9
commit
486e9a9122
32 changed files with 502 additions and 88 deletions
|
|
@ -6,6 +6,7 @@ from .HuggingChat import HuggingChat
|
|||
class HuggingFaceAPI(OpenaiAPI):
|
||||
label = "HuggingFace (Inference API)"
|
||||
url = "https://api-inference.huggingface.co"
|
||||
login_url = "https://huggingface.co/settings/tokens"
|
||||
api_base = "https://api-inference.huggingface.co/v1"
|
||||
working = True
|
||||
default_model = "meta-llama/Llama-3.2-11B-Vision-Instruct"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue