Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/amrrs/chatgpt-clone
Build Yo'own ChatGPT with OpenAI API & Gradio
https://github.com/amrrs/chatgpt-clone
Last synced: 20 days ago
JSON representation
Build Yo'own ChatGPT with OpenAI API & Gradio
- Host: GitHub
- URL: https://github.com/amrrs/chatgpt-clone
- Owner: amrrs
- License: mit
- Created: 2022-12-14T21:23:14.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-13T05:08:24.000Z (almost 2 years ago)
- Last Synced: 2024-11-09T13:37:04.523Z (about 1 month ago)
- Language: Python
- Size: 4.88 KB
- Stars: 411
- Watchers: 20
- Forks: 200
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-ChatGPT-repositories - chatgpt-clone - Build Yo'own ChatGPT with OpenAI API & Gradio (Openai)
- awesome-llm-and-aigc - amrrs/chatgpt-clone - clone?style=social"/> : Build Yo'own ChatGPT with OpenAI API & Gradio. (Applications / 提示语(魔法))
- awesome-llm-and-aigc - amrrs/chatgpt-clone - clone?style=social"/> : Build Yo'own ChatGPT with OpenAI API & Gradio. (Applications / 提示语(魔法))
README
# chatgpt-clone
Build Yourown ChatGPT with OpenAI API & Gradio### Instructions:
1. Get your OpenAI API key here - https://beta.openai.com/account/api-keys
2. Replace that key in the `app.py` code
3. Must keep that api key to highly private and don't show them to anyone
4. Install the required libraries `pip install -r requirements.txt`
5. run `python app.py`### Complete Tutorial: https://youtu.be/n5nn3mQxrE8
### Demo
https://user-images.githubusercontent.com/5347322/207718196-c5fccff3-1531-4402-99db-fe0fc6bf0e5a.mp4