chore: 删除未使用代码 (#37)

This commit is contained in:
Redon
2023-02-16 11:38:18 +08:00
committed by GitHub
parent bf015d35f7
commit c8518b7789
4 changed files with 1 additions and 10 deletions

View File

@@ -1,8 +1,6 @@
import type { GenericAbortSignal } from 'axios'
import { post } from '@/utils/request'
export const controller = new AbortController()
export function fetchChatAPI<T = any>(
prompt: string,
options?: { conversationId?: string; parentMessageId?: string },