mirror of
https://github.com/labring/FastGPT.git
synced 2025-07-24 22:03:54 +00:00
fix: conflict
This commit is contained in:
@@ -6,7 +6,7 @@ import { getOpenAIApi, authChat } from '@/service/utils/chat';
|
||||
import { ChatItemType } from '@/types/chat';
|
||||
import { httpsAgent } from '@/service/utils/tools';
|
||||
import { modelList } from '@/constants/model';
|
||||
import { pushBill } from '@/service/events/bill';
|
||||
import { pushBill } from '@/service/events/pushChatBill';
|
||||
|
||||
/* 发送提示词 */
|
||||
export default async function handler(req: NextApiRequest, res: NextApiResponse) {
|
||||
|
Reference in New Issue
Block a user