CodeBot is your programming buddy which will help you in generating solutions to your programming question in 'C'. Just type in your question and the Bot is programmed to generate friendly enthusiatic replies and once the answer is ready you will get your code in a Code Editor. More features to come.....
- Install NodeJS. https://nodejs.org/en/download
- Install git. https://git-scm.com/downloads
- Choose your folder. Open it in terminal.
- Fork/Clone the project. Paste
git clone https://github.com/<YOUR_GITHUB_ID>/CodeBot.git
in your terminal - npm install to install the required dependencies
- Create a env.js file and paste the following code:
export const process = { env: { OPENAI_API_KEY: 'YOUR_API_KEY' } }
- To get your API Key sign up on OPENAI and then navigate to 'View API keys' (You can find it by clicking on your profile picture) to generate one.
- npm run dev to run the project.
- The project is now running on your localhost.
- Create a new branch
- Make desired changes
- Raise a pull request
- To discuss about your idea raise an issue.