Add login_url to authed providers

Create a home page for the GUI
Fix CopyButton in Code Highlight
This commit is contained in:
Heiner Lohaus 2025-01-03 02:40:21 +01:00
parent 5b74a22cf9
commit 486e9a9122
32 changed files with 502 additions and 88 deletions

View file

@ -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"