From acb4fb914748b15165de2e08729740d70494e1e3 Mon Sep 17 00:00:00 2001 From: D5Power <951907111@qq.com> Date: Wed, 7 May 2025 10:25:24 +0000 Subject: [PATCH] =?UTF-8?q?update=20docs/zh/integration/native.md.=20?= =?UTF-8?q?=E4=BB=A3=E7=A0=81=E9=94=99=E8=AF=AF=EF=BC=8Cprovider=E4=B8=8B?= =?UTF-8?q?=E7=9A=84llms=E5=BA=94=E4=B8=BAllm?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: D5Power <951907111@qq.com> --- docs/zh/integration/native.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/zh/integration/native.md b/docs/zh/integration/native.md index 94a794f..1b020b7 100644 --- a/docs/zh/integration/native.md +++ b/docs/zh/integration/native.md @@ -160,7 +160,7 @@ tinyflow.destroy(); ] }, provider: { - llms: async () => [ + llm: async () => [ { value: 'gpt', label: 'gpt' }, { value: 'gpt-4o', label: 'gpt-4o' } ] -- Gitee