mirror of
https://github.com/Balshgit/gpt_chat_bot.git
synced 2026-02-03 11:40:39 +03:00
update poetry to 1.7.0 (#53)
* update poetry to 1.7.0 * main version updated
This commit is contained in:
@@ -25,6 +25,7 @@ class Application:
|
||||
docs_url="/" + "/".join([settings.api_prefix.strip("/"), "docs"]),
|
||||
redoc_url="/" + "/".join([settings.api_prefix.strip("/"), "redocs"]),
|
||||
openapi_url="/" + "/".join([settings.api_prefix.strip("/"), "openapi.json"]),
|
||||
debug=settings.DEBUG,
|
||||
default_response_class=UJSONResponse,
|
||||
)
|
||||
self.bot_app = bot_app
|
||||
|
||||
Reference in New Issue
Block a user