Skip to content

Commit

Permalink
Documentation fixed.
Browse files Browse the repository at this point in the history
  • Loading branch information
zsoltjanes committed Jan 23, 2023
1 parent 86c2c71 commit 0679d98
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ All questions are saved in the 'Conversations' entry, so you can check them late

## Install 🔧

1. Install the starter kit.
2. Generate an API key (OPENAI_API_KEY) and add it to the .env file. You can generate the key at https://beta.openai.com/account/api-keys.
3. Set up the parameters for OpenAI in the globals section. You can find the documentation at https://beta.openai.com/docs/api-reference/completions.
1. Install the starter kit using `php please starter-kit:install zsoltjanes/chatamic-starter-kit` if you have an existing site, or use `statamic new mysite zsoltjanes/chatamic-starter-kit` if you are creating your site from scratch.
2. Generate an API key (OPENAI_API_KEY) and add it to the .env file. You can generate the key at [https://beta.openai.com/account/api-keys](https://beta.openai.com/account/api-keys).
3. Set up the parameters for OpenAI in the globals section. You can find the documentation at [https://beta.openai.com/docs/api-reference/completions](https://beta.openai.com/docs/api-reference/completions).
4. Modify and extend the starter kit as desired. Enjoy! 🎉

## Development 🛠️
Expand Down

0 comments on commit 0679d98

Please sign in to comment.