From 8382e030a04a569feb2cb2d50048e0104a213c23 Mon Sep 17 00:00:00 2001 From: huncle982 <1391627585@qq.com> Date: Thu, 31 Jul 2025 18:13:17 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E7=A4=BA=E4=BE=8B=E4=BB=A3?= =?UTF-8?q?=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/getting-started.md | 1 + docs/products/apis/index.md | 2 +- docs/products/apis/texts/function-calling.md | 2 -- 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/getting-started.md b/docs/getting-started.md index ca4881b..914a3f9 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -62,6 +62,7 @@ if response.status_code == 200: else: print("请求失败,状态码:", response.status_code, "错误信息:", response.text) ``` +您还可以前往 [模力方舟示例代码仓库](https://gitee.com/moark/examples/blob/master/README.md) 参考更多不同模型的实用场景示例代码。 ## 接下来 diff --git a/docs/products/apis/index.md b/docs/products/apis/index.md index 6266736..fe94b8b 100644 --- a/docs/products/apis/index.md +++ b/docs/products/apis/index.md @@ -11,7 +11,7 @@ import ServerlessAPIServices from '@site/src/components/ServerlessAPIServices'; ## 体验模型服务 -您可以在 [模型广场]({{SITE_URL}}/serverless-api),浏览我们精选的模型,免费体验不同模型的生成效果,也可调用 API。 +您可以在 [模型广场]({{SITE_URL}}/serverless-api) 浏览我们精选的模型,免费体验不同模型的生成效果或者调用 API,您也可以前往 [模力方舟示例代码仓库](https://gitee.com/moark/examples/blob/master/README.md) 查看不同模型的实用场景示例代码。 目前已部署了十几个品类的超过 100 个的模型,以下是大语言模型列表: diff --git a/docs/products/apis/texts/function-calling.md b/docs/products/apis/texts/function-calling.md index 368e20c..23ad8ca 100644 --- a/docs/products/apis/texts/function-calling.md +++ b/docs/products/apis/texts/function-calling.md @@ -229,5 +229,3 @@ print(ai_res_msg) ``` 您将会看到模型实时调用的过程和最新新闻结果,然后 AI 将自行编写代码,将新闻标题保存到 `news.txt` 文件中! - -更多示例代码您可参考 [模力方舟示例代码仓库](https://gitee.com/moark/examples/blob/master/text-generation/function_calling_notes.md) 。 -- Gitee