Update process generate thumbnails

This commit is contained in:
hlohaus
2025-06-15 12:48:24 +02:00
parent dbef5facb6
commit c6bfddecae
4 changed files with 45 additions and 24 deletions

View File

@@ -20,6 +20,7 @@ class PuterJS(AsyncGeneratorProvider, ProviderModelMixin):
login_url = "https://github.com/HeyPuter/puter-cli"
api_endpoint = "https://api.puter.com/drivers/call"
working = True
active_by_default = True
needs_auth = True
default_model = 'gpt-4o'