Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -56,7 +56,7 @@ API_KEYS = parse_api_keys()
|
|
| 56 |
BACKEND_API_KEY = os.getenv('BACKEND_API_KEY', secrets.token_urlsafe(32))
|
| 57 |
|
| 58 |
# Pollinations URL
|
| 59 |
-
POLLINATIONS_URL = "https://
|
| 60 |
|
| 61 |
# Rate limiting
|
| 62 |
REQUEST_COUNTS = {}
|
|
|
|
| 56 |
BACKEND_API_KEY = os.getenv('BACKEND_API_KEY', secrets.token_urlsafe(32))
|
| 57 |
|
| 58 |
# Pollinations URL
|
| 59 |
+
POLLINATIONS_URL = "https://gen.pollinations.ai/v1/chat/completions"
|
| 60 |
|
| 61 |
# Rate limiting
|
| 62 |
REQUEST_COUNTS = {}
|