iiitv / DonorConnect-Debugathon

MIT License
0 stars 4 forks source link

[Bug]: Issue Title: Implement Gemini API for Chatbot Functionality (chatbot.dart) #9

Open PadmnabhTewari opened 1 week ago

PadmnabhTewari commented 1 week ago

The chatbot feature in the app (chatbot.dart) is currently non-functional due to the lack of an API implementation. Integrate the Gemini API to enable interactive conversations in the chatbot, allowing users to receive responses based on their input.

Expected behavior

Without a working chatbot, users cannot benefit from automated assistance or interaction. Implementing the Gemini API will significantly improve the app's functionality and user engagement by enabling real-time chatbot interactions.

Integrate the Gemini API for handling chatbot interactions. Implement the logic to send user input to the Gemini API and process the response. Ensure the response from the API is displayed in the chat UI in real-time. Handle API keys securely and implement error handling.