iiitv / iiitv/DonorConnect-Debugathon
[Bug]: Issue Title: Implement Gemini API for Chatbot Functionality (chatbot.dart)
Nobody has claimed this yet.
- Dominant language
- Dart
- Stars
- 1
- Forks
- 2
- PR merge metrics
- No merged PRs in 30d
Description
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.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reading chatbot.dart to understand the existing chat UI and entry points for user input and displayed responses. Define completion around sending input to the Gemini API, showing responses in real time, securely handling API keys, and reporting errors; verify the full interaction in the app.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- dart
- Domain
- api, mobile
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100