Update application title and headers; specify versions for bcrypt and passlib in requirements
This commit is contained in:
@@ -20,7 +20,7 @@ def _headers() -> dict[str, str]:
|
||||
"Authorization": f"Bearer {_api_key()}",
|
||||
"Content-Type": "application/json",
|
||||
"HTTP-Referer": os.getenv("APP_URL", "https://ai.allucanget.biz"),
|
||||
"X-Title": os.getenv("APP_NAME", "AI Allucanget"),
|
||||
"X-Title": os.getenv("APP_NAME", "All You Can GET AI"),
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user