|
|
@@ -169,7 +169,7 @@ export class DeepSeekApi implements LLMApi {
|
|
|
if (isNetwork) {// 联网搜索结果
|
|
|
networkInfoPromise = (async () => {
|
|
|
try {
|
|
|
- const res: any = await api.get(`deepseek/api/web/search/${info.id}`);
|
|
|
+ const res: any = await api.get(`bigmodel/api/web/search/${info.id}`);
|
|
|
const networkInfo = {
|
|
|
list: res.data.search_result,
|
|
|
};
|