iOS SwiftUI voice assistant app with Gemini AI integration. Captures voice input, processes with Google's Gemini API, and provides intelligent spoken responses with cost tracking and conversation history.

1 Open Issue Need Help Last updated: Aug 4, 2025

Open Issues Need Help

View All on GitHub
Mobile Development Voice Assistant

AI Summary: Debug a SwiftUI iOS app that integrates with the Google Gemini API. The app receives HTTP 200 responses from the API but fails to parse the JSON response data. The task involves capturing the raw JSON response from the app's logs, comparing it to the expected JSON structure, and correcting the parsing logic in the `parseResponse` function within `GeminiService.swift` to resolve the issue.

Complexity: 3/5
bug help wanted good first issue

iOS SwiftUI voice assistant app with Gemini AI integration. Captures voice input, processes with Google's Gemini API, and provides intelligent spoken responses with cost tracking and conversation history.

Swift