ci(preview): fixed name service (#977)

* feat(chat-service): added task definition

* feat(ci): added ci

* feat(ci): added preview chat
This commit is contained in:
Stan Girard 2023-08-18 12:20:47 +02:00 committed by GitHub
parent 3a44f54d6b
commit b894f8e7e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -40,7 +40,6 @@ async def startup_event():
if not os.path.exists(pypandoc.get_pandoc_path()):
pypandoc.download_pandoc()
app.include_router(brain_router)
app.include_router(chat_router)
app.include_router(crawl_router)