mirror of
https://github.com/xtekky/gpt4free.git
synced 2026-01-06 01:02:13 -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
|
|
@ -9,6 +9,7 @@ from ...errors import ResponseError, MissingAuthError
|
|||
|
||||
class Replicate(AsyncGeneratorProvider, ProviderModelMixin):
|
||||
url = "https://replicate.com"
|
||||
login_url = "https://replicate.com/account/api-tokens"
|
||||
working = True
|
||||
needs_auth = True
|
||||
default_model = "meta/meta-llama-3-70b-instruct"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue