Skip to content

Commit 56b04c9

Browse files
authored
Update README.md
1 parent 3317a59 commit 56b04c9

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,18 @@ To get started with Aivana, simply clone the repo and install the dependencies u
2424
## Configuration
2525

2626
The app requires an OpenAI API key to function. To use your own key, set the `OPENAI_API_KEY` environment variable to your key before starting the app. For example:
27+
export OPENAI_API_KEY=your_api_key_here
28+
npm start
29+
30+
31+
The app's behavior can be customized by editing the code in the `src` directory. In particular, you may want to modify the `generateResponse` function in `App.js` to change how Aivana generates responses to user input.
32+
33+
## Contributing
34+
35+
Contributions are welcome! If you'd like to contribute to the project, please fork the repo and submit a pull request with your changes. Before submitting your pull request, please make sure that your code passes the existing tests and that you've added new tests for any new functionality you've added.
36+
37+
## License
38+
39+
This project is licensed under the [MIT License](LICENSE).
40+
2741

0 commit comments

Comments
 (0)