zhangxiao
2024-08-27 e426ee93a2553550766e25958dcb70a6f7339b9c
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 }
  );
}