From 475c99042ce433b7d1678aff43f67a99b4f58a18 Mon Sep 17 00:00:00 2001 From: "yifeng.wang" <3038880699@qq.com> Date: Fri, 7 Mar 2025 21:36:51 +0800 Subject: [PATCH] minifix textformat --- README.md | 2 +- README_zh.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f12ec8e..0cf558d 100644 --- a/README.md +++ b/README.md @@ -123,7 +123,7 @@ In the `owl/.env_example` file, you will find all the necessary API keys along w 1. *Copy and Rename*: Duplicate the `.env_example` file and rename the copy to `.env`. 2. *Fill in Your Keys*: Open the `.env` file and insert your API keys in the corresponding fields. -3.*For using more other models*: please refer to our camel docs:https://docs.camel-ai.org/key_modules/models. html#supported-model-platforms-in-camel +3.*For using more other models*: please refer to our CAMEL models docs:https://docs.camel-ai.org/key_modules/models.html#supported-model-platforms-in-camel > **Note**: For optimal performance, we strongly recommend using OpenAI models. Our experiments show that other models may result in significantly lower performance on complex tasks and benchmarks. diff --git a/README_zh.md b/README_zh.md index 40254ca..f775c9a 100644 --- a/README_zh.md +++ b/README_zh.md @@ -122,7 +122,7 @@ python -m pip install -r requirements.txt 1. *复制并重命名*: 复制 `.env_example` 文件,并将副本重命名为 `.env`。 2. *填写你的密钥*: 打开 `.env` 文件,在相应字段中填入你的 API 密钥。 -3. *如需使用更多其他模型*:请参考我们的 CAMEL 文档:[https://docs.camel-ai.org/key_modules/models.html#supported-model-platforms-in-camel] +3. *如需使用更多其他模型*:请参考我们CAMEL的models文档:https://docs.camel-ai.org/key_modules/models.html#supported-model-platforms-in-camel > **注意**:为获得最佳性能,我们强烈建议使用 OpenAI 模型。我们通过测试发现,其他模型在处理复杂任务和基准测试时可能会导致性能显著降低。