Skip to content

Commit

Permalink
Merge pull request fatwang2#1 from LargeCupPanda/LargeCupPanda-patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
fatwang2 authored Apr 16, 2024
2 parents 81ec9ac + 9e41e4b commit 4223279
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,11 @@ This project converts the Coze API to the OpenAI API format, giving you access t


### Local Deployment
1. Set the environment variable in the .env file
1. Coze API:
- Head over to the API Tokens section and click on "Add New Token" to whip up a new token.
- Select "Bot Publish" to get your bot out there.
- Enable API access for your bot by choosing "Public your bot to API."
- Pop into your project’s `.env` file and either add `BOT_ID` environment variable with your bot's ID.
```bash
BOT_ID=
```
Expand Down

0 comments on commit 4223279

Please sign in to comment.