add model changing docs url
Browse files- README.md +2 -0
- README_zh.md +1 -0
README.md
CHANGED
@@ -123,6 +123,8 @@ In the `owl/.env_example` file, you will find all the necessary API keys along w
|
|
123 |
|
124 |
1. *Copy and Rename*: Duplicate the `.env_example` file and rename the copy to `.env`.
|
125 |
2. *Fill in Your Keys*: Open the `.env` file and insert your API keys in the corresponding fields.
|
|
|
|
|
126 |
|
127 |
> **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.
|
128 |
|
|
|
123 |
|
124 |
1. *Copy and Rename*: Duplicate the `.env_example` file and rename the copy to `.env`.
|
125 |
2. *Fill in Your Keys*: Open the `.env` file and insert your API keys in the corresponding fields.
|
126 |
+
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
|
127 |
+
|
128 |
|
129 |
> **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.
|
130 |
|
README_zh.md
CHANGED
@@ -122,6 +122,7 @@ python -m pip install -r requirements.txt
|
|
122 |
|
123 |
1. *复制并重命名*: 复制 `.env_example` 文件,并将副本重命名为 `.env`。
|
124 |
2. *填写你的密钥*: 打开 `.env` 文件,在相应字段中填入你的 API 密钥。
|
|
|
125 |
|
126 |
> **注意**:为获得最佳性能,我们强烈建议使用 OpenAI 模型。我们通过测试发现,其他模型在处理复杂任务和基准测试时可能会导致性能显著降低。
|
127 |
|
|
|
122 |
|
123 |
1. *复制并重命名*: 复制 `.env_example` 文件,并将副本重命名为 `.env`。
|
124 |
2. *填写你的密钥*: 打开 `.env` 文件,在相应字段中填入你的 API 密钥。
|
125 |
+
3. *如需使用更多其他模型*:请参考我们的 CAMEL 文档:[https://docs.camel-ai.org/key_modules/models.html#supported-model-platforms-in-camel]
|
126 |
|
127 |
> **注意**:为获得最佳性能,我们强烈建议使用 OpenAI 模型。我们通过测试发现,其他模型在处理复杂任务和基准测试时可能会导致性能显著降低。
|
128 |
|