mirror of
https://github.com/camel-ai/owl.git
synced 2026-03-22 05:57:17 +08:00
fix readme typo
This commit is contained in:
@@ -135,7 +135,7 @@ deactivate
|
||||
|
||||
In the `owl/.env_template` file, you will find all the necessary API keys along with the websites where you can register for each service. To use these API services, follow these steps:
|
||||
|
||||
1. *Copy and Rename*: Duplicate the `.env_example` file and rename the copy to `.env`.
|
||||
1. *Copy and Rename*: Duplicate the `.env_template` file and rename the copy to `.env`.
|
||||
```bash
|
||||
cp owl/.env_template .env
|
||||
```
|
||||
|
||||
@@ -136,7 +136,7 @@ deactivate
|
||||
|
||||
在 `owl/.env_template` 文件中,你可以找到所有必要的 API 密钥以及各服务的注册网址。要使用这些 API 服务,请按照以下步骤操作:
|
||||
|
||||
1. *复制并重命名*: 复制 `.env_example` 文件,并将副本重命名为 `.env`。
|
||||
1. *复制并重命名*: 复制 `.env_template` 文件,并将副本重命名为 `.env`。
|
||||
2. *填写你的密钥*: 打开 `.env` 文件,在相应字段中填入你的 API 密钥。
|
||||
3. *如需使用更多其他模型*:请参考我们CAMEL的models文档:https://docs.camel-ai.org/key_modules/models.html#supported-model-platforms-in-camel
|
||||
|
||||
|
||||
Reference in New Issue
Block a user