Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 1.16 KB

README.md

File metadata and controls

18 lines (12 loc) · 1.16 KB

Code-Buddy

  • Code buddy is your programming buddy which will help you to generate a code for every coding problem.
  • It is based on OpenAI text-davinci-3 model
    which helps to generate clear and crisp well intended codes along with all the other capabilities that chat GPT (Generative Pre-trained Transformer).
  • It is designed to help with coding-related questions and problems.
  • Tech Stack: HTML, CSS, Javascript, OpenAI.

image

Customization The chatbot's responses can be customized by modifying the data in the intents.json file. This file contains a list of potential user inputs and corresponding responses.

Additionally, you can further fine-tune the model by re-training it on a custom dataset. The model is built using the transformers library and pre-trained on a large corpus of text. To re-train the model, you can use the train.py script and provide your own training data.

Contributing If you find a bug or have a suggestion for improving the chatbot, feel free to create an issue or submit a pull request.