update get_ai_response

This commit is contained in:
2026-02-01 16:51:45 +03:30
parent 06014b267f
commit 1532cb4ebf
16 changed files with 9 additions and 79 deletions

View File

@@ -3,5 +3,5 @@ from django.urls import path
from chat.views import get_ai_response
urlpatterns = [
path("get_ai_response/", get_ai_response),
path("ask/", get_ai_response),
]