We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ecf1c4c commit 1cd882cCopy full SHA for 1cd882c
api/v1/runner.ts
@@ -19,10 +19,9 @@ export default async (req: Request) => {
19
20
console.log(`检测到 functionCall: ${name}`);
21
22
- console.timeLog('请求 index');
23
const res = await fetch(INDEX_URL);
24
const manifest: LobeChatPlugins = await res.json();
25
- console.timeEnd('请求 index');
+ console.log(manifest);
26
27
const item = manifest.plugins.find((i) => i.name === name);
28
0 commit comments