mirror of
https://github.com/camel-ai/owl.git
synced 2026-03-22 05:57:17 +08:00
fix typo
This commit is contained in:
@@ -47,9 +47,9 @@ python -m pip install -r requirements.txt
|
||||
|
||||
### **Setup Environment Variables**
|
||||
|
||||
In the `.env.example` 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:
|
||||
In the `owl/.env_example` 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_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.
|
||||
|
||||
## 🚀 Quick Start
|
||||
|
||||
Reference in New Issue
Block a user