From 6d65ab70305364a33e304c6f7f0fc939ee44cd90 Mon Sep 17 00:00:00 2001 From: Anulax Date: Mon, 19 May 2025 08:49:36 +0200 Subject: [PATCH] Add realtime response when prompting and fixed swagger docs --- api/templates/drf-yasg/redoc.html | 4 +- api/urls.py | 2 + api/utils.py | 22 ++++++++ api/views.py | 87 ++++++++++++++++++++----------- 4 files changed, 84 insertions(+), 31 deletions(-) create mode 100644 api/utils.py diff --git a/api/templates/drf-yasg/redoc.html b/api/templates/drf-yasg/redoc.html index f9a520b..129f6ae 100644 --- a/api/templates/drf-yasg/redoc.html +++ b/api/templates/drf-yasg/redoc.html @@ -4,8 +4,8 @@