From c5791a796e4e1da3517c0573a51efd0836b3478a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=98=BF=E6=A3=AE?= Date: Thu, 7 Dec 2023 19:23:39 +0800 Subject: [PATCH] chore: fix dead link --- web/llmapi/src/ernie.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/llmapi/src/ernie.ts b/web/llmapi/src/ernie.ts index 90b8e35..20d78be 100644 --- a/web/llmapi/src/ernie.ts +++ b/web/llmapi/src/ernie.ts @@ -18,7 +18,7 @@ export type ErnieAIOptions = { // 之前 AI Studio 的文档是有文档的,但现在不知道去哪了 // 参考: // - https://cloud.baidu.com/doc/WENXINWORKSHOP/s/jlil56u11 -// - https://github.com/PaddlePaddle/ERNIE-Bot-SDK/blob/develop/ErnieAI/backends/aistudio.py +// - https://github.com/PaddlePaddle/ERNIE-Bot-SDK/blob/develop/aistudio/backends/aistudio.py export class ErnieAI extends APIClient { protected token: string;