sixfingerdev commited on
Commit
4c9dd98
·
verified ·
1 Parent(s): 1a66205

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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://api.pollinations.ai/v1/chat/completions"
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 = {}