mirror of
https://github.com/Balshgit/gpt_chat_bot.git
synced 2025-12-15 16:10:39 +03:00
add zeus-Vercel and update html (#46)
This commit is contained in:
@@ -22,7 +22,7 @@ class ChatGptAdmin(ModelView, model=ChatGpt):
|
||||
|
||||
def create_admin(application: "Application") -> Admin:
|
||||
admin = Admin(
|
||||
title='Chat GPT admin',
|
||||
title="Chat GPT admin",
|
||||
app=application.fastapi_app,
|
||||
engine=application.db.async_engine,
|
||||
base_url=os.path.join(settings.URL_PREFIX, "admin"),
|
||||
|
||||
Reference in New Issue
Block a user