feat(chat): 支持流式回复与用户节点导航
This commit is contained in:
@@ -2,10 +2,11 @@ from django.contrib import admin
|
||||
from django.contrib.auth.views import LoginView, LogoutView, PasswordChangeView
|
||||
from django.urls import path
|
||||
|
||||
from review_agent.views import workspace
|
||||
from review_agent.views import stream_chat, workspace
|
||||
|
||||
urlpatterns = [
|
||||
path("", workspace, name="home"),
|
||||
path("chat/stream/", stream_chat, name="chat_stream"),
|
||||
path(
|
||||
"login/",
|
||||
LoginView.as_view(
|
||||
|
||||
Reference in New Issue
Block a user