Skip to content

Commit

Permalink
Merge pull request #9 from RasaHQ/update-for-3.11
Browse files Browse the repository at this point in the history
update instructions to remove OpenAI requirement
  • Loading branch information
amn41 authored Jan 3, 2025
2 parents c778b5d + 69f224a commit cf946be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
1 change: 0 additions & 1 deletion .env
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
RASA_PRO_LICENSE='your_rasa_pro_license_key_here'
OPENAI_API_KEY='your_openai_api_key_here'
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,11 @@ Get started with Rasa Pro in the browser using GitHub Codespaces.
- Click on "Create codespace on main".

2. **Set Up Environment:**
- In the codespace, open the `.env` file from this repo and add the required keys to that file.
- In the codespace, open the `.env` file from this repo and add your license key to that file.
```
RASA_PRO_LICENSE='your_rasa_pro_license_key_here'
OPENAI_API_KEY='your_openai_api_key_here'
```
- Set these environment variables by running
- Set this environment variables by running
```
source .env
```
Expand Down

0 comments on commit cf946be

Please sign in to comment.