ChatGPT is a computer program that can talk like humans. It uses deep learning to generate natural language responses to text-based inputs. It is based on the transformer architecture and has been trained on a massive amount of text data to produce human-like responses to a wide range of queries and conversation topics.
Deployment Information
This repository helps you build your own AI chatbot with chatGPT API & Gradio
Getting the secret key to use OPENAI API
- Get your OpenAI API key
- Signup on the OpenAI platform if not done
- Replace that key in the app.ipynb code
- Must keep that api key to highly private and not share with anyone.
- If you face any access errors with regards to the ChatGPT kit, please visit here to check for the usage limits of your account, check the API keys limit and create another API key if possible. If not, try creating another account, create a new API key and utilize it.
For Windows OS,
- Download, extract the zip file and run. Do ensure to extract the zip file before running it.
- After successful installation of the kit, press 'Y' to run the kit and execute cells in the notebook.
- To run the kit manually, press 'N' and follow the below steps. To run the solution anytime manually after installation, follow the below steps:
- Navigate to the 'build-your-own-chatgpt'.folder located in C:\kandikits
- Open command prompt inside the extracted directory 'build-your-own-chatgpt'
- Run this command - "chatgpt-env\Scripts\activate.bat" to activate the virtual environment
- Run the command - "cd build-your-own-chatgpt"
- Run the command 'jupyter notebook' which would start a Jupyter notebook instance.
- Locate and open the 'app.ipynb' notebook from the Jupyter Notebook browser window.
- Execute cells in the notebook.
For Linux distros and macOS,
- Follow the instructions to download & install Python3.9 & pip for your respective Linux distros or mac OS.
- Click here to download the repository.
- Extract the zip file and navigate to the directory build-your-own-chatgpt.zip
- Open a terminal in the extracted directory 'build-your-own-chatgpt'
- Create and activate virtual environment using this command: 'virtualenv venv & source ./venv/bin/activate'
- Install dependencies using the command 'pip3.9 install -r requirements.txt'
- Once the dependencies are installed, run the command 'jupyter notebook' to start jupyter notebook (Pls use --allow-root if you're running as root)
- Locate and open the 'app.ipynb' notebook from the Jupyter Notebook browser window.
- Execute cells in the notebook.
Click on the button below to download the solution and follow the deployment information to begin set-up. This 1-click kit has all the required dependencies and resources you may need to build your own chatGPT App.
Knowledge Resources
This repo includes ChatGPT prompt curation to use ChatGPT better.
HTML 80301 Version:Current License: Permissive (CC0-1.0)
chatgpt-google-extensionby wong2
A browser extension that enhance search engines with ChatGPT
chatgpt-google-extensionby wong2
TypeScript 13137 Version:v1.16.3 License: Strong Copyleft (GPL-3.0)
chatgpt-vscodeby mpociot
A VSCode extension that allows you to use ChatGPT
chatgpt-vscodeby mpociot
TypeScript 4692 Version:Current License: No License
chatgpt-telegramby m1guelpf
Run your own GPTChat Telegram bot, with a single command!
chatgpt-telegramby m1guelpf
Go 3746 Version:v0.2.5 License: Permissive (MIT)
Kit Solution Source
build-your-own-chatgptby kandi1clickkits
Build your own version of chatgpt using OpenAI API
build-your-own-chatgptby kandi1clickkits
Jupyter Notebook 1 Version:v1.0.0 License: Permissive (Apache-2.0)
Support
If you need help using this kit, you may reach us at the OpenWeaver Community.