wujingjing
2025-01-09 04bc71e7d3fb99c95c8771acc65549d553209f24
src/api/ai/chat.ts
@@ -502,3 +502,14 @@
         'Content-Type': 'application/x-www-form-urlencoded',
      },
   });
   export const question_stream_reply = (params) =>
   request({
      url: `/chat/question_stream_reply`,
      method: 'post',
      params: params,
      headers: {
         'Content-Type': 'application/x-www-form-urlencoded',
      },
   });