ChatViews

class chat.views.ChatView(**kwargs)[source]

Bases: View

The ChatView class is used to render the chat_ai.html page, which contains the chatbot interface.

get(request, *args, **kwargs)