A simple illustration of how the GPT3.5 API model could be implemented in frontend JS
Note This Project Is Still W.I.P
You can clone this repository and run it on your local machine.
This program has no pre-requisites
- Clone the repo
git clone https://github.com/Dhela19/Chat-GPT3.5-API-Model
1.v Replace the contents of apikey.txt
with your API key from OpenAI
- Have fun!
Contributions are what make the open source community such an amazing place to be, learn, inspire, and create. Any contributions you make are greatly appreciated.
- If you have suggestions for adding or removing projects, feel free to open an issue to discuss it, or directly create a pull request after you make your necessary changes
- Please make sure your code doesn't break the code base
- Create individual PR for each suggestion.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007. See LICENSE for more information.