Data-Sculptor-X / VOJ-ReactJS

12 stars 29 forks source link

Added a chatbot.py file in python-bot folder #50

Closed lakshaymittal45 closed 1 month ago

lakshaymittal45 commented 1 month ago

Description

Changes

Testing Instructions

Detailed instructions on how to test the changes. Include any setup needed and specific test cases.

  1. Pull this branch.
  2. Start the python-bot folder in your local system.
  3. Run pip install google.generativeai to install dependencies.
  4. Go to "https://ai.google.dev/" to get your own API key.
  5. Go to your system environmental variables and set the variable "GOOGLE_API_KEY" as your key.
  6. Make sure your system is online (Connected to internet).
  7. Run chatbot.py
  8. Do the chatting as required
  9. Give the "exit" prompt to end the program.

Checklist

Make sure to check off all the items before submitting. Mark with [x] if done.

Prithwi32 commented 1 month ago

@lakshaymittal45 issue to be get assigned first, before making PR

Dbrightson commented 1 month ago

Hi @lakshaymittal45 , we are currently utilizing OpenAI's API instead of Gemini, and this repository contains only the frontend of the application. The chatbot and all related functionalities are managed through the backend.

It's good work, but raising an issue prior to implementation could have saved you some time.

Nevertheless, you possess impressive skills. If you're interested in working on any new features or enhancements, please ensure to raise an issue first. Thank you!