replace fetch with node-fetch

This commit is contained in:
bobo.yang 2024-11-05 11:29:53 +08:00
parent dab5b2a530
commit dc16a78beb

View File

@ -3,6 +3,7 @@
LLM模型生成代码补全
*/
import axios from 'axios';
import fetch from 'node-fetch';
import { logger } from "../../util/logger";
import { Chunk } from 'webpack';