Commit 0f3d0766 authored by John Wang's avatar John Wang

fix: universal chat stop api not exists

parent 167d8574
...@@ -124,4 +124,4 @@ def compact_response(response: Union[dict | Generator]) -> Response: ...@@ -124,4 +124,4 @@ def compact_response(response: Union[dict | Generator]) -> Response:
api.add_resource(UniversalChatApi, '/universal-chat/messages') api.add_resource(UniversalChatApi, '/universal-chat/messages')
api.add_resource(UniversalChatStopApi, 'universal-chat/messages/<string:task_id>/stop') api.add_resource(UniversalChatStopApi, '/universal-chat/messages/<string:task_id>/stop')
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment