zhangxiao
2024-08-27 b9bfd6535e15d700f469c25008dfb323e28dbfaa
src/api/session.ts
@@ -20,7 +20,7 @@
// 删除会话
export function deleteSessionApi(conversation_ids: string[]) {
  return axios.post<ISessionListResult>(
    '/api/conversation/del?modeltype=localragflow',
    '/api/v1/conversation/rm?modeltype=localragflow',
    { conversation_ids }
  );
}