From ee1e93820469f3dcca2e9c04723aac1f81e16b78 Mon Sep 17 00:00:00 2001 From: codey Date: Mon, 19 Aug 2024 11:42:56 -0400 Subject: [PATCH] oops --- endpoints/ai.py | 1 + 1 file changed, 1 insertion(+) diff --git a/endpoints/ai.py b/endpoints/ai.py index c7c4287..4cb7879 100644 --- a/endpoints/ai.py +++ b/endpoints/ai.py @@ -28,6 +28,7 @@ class AI(FastAPI): async def ai_handler(self, request: Request): """ + /ai/ AI Request """