Update README with microphone fallback documentation
Browse files
README.md
CHANGED
@@ -163,6 +163,7 @@ BillBot uses tmpfiles.org for temporary file hosting to deliver PDF invoices via
|
|
163 |
- **Item Parsing**: Complex item descriptions might not always be structured correctly
|
164 |
- **Template Customization**: Limited invoice template customization options
|
165 |
- **Offline Operation**: Requires internet connection for all operations
|
|
|
166 |
|
167 |
## Future Improvements
|
168 |
|
@@ -197,6 +198,7 @@ GEMINI_API_KEY=your_gemini_api_key
|
|
197 |
- **Voice Recognition Issues**: Make sure your microphone is working and try speaking clearly in a quiet environment
|
198 |
- **PDF Generation Fails**: Check your Invoice Generator API credentials
|
199 |
- **Gemini API Errors**: Verify your API key and ensure you're within usage limits
|
|
|
200 |
|
201 |
## About the Developer
|
202 |
|
|
|
163 |
- **Item Parsing**: Complex item descriptions might not always be structured correctly
|
164 |
- **Template Customization**: Limited invoice template customization options
|
165 |
- **Offline Operation**: Requires internet connection for all operations
|
166 |
+
- **Platform Restrictions**: When deployed on platforms with limited hardware access (like Hugging Face Spaces), voice input may not be available, but the application will fall back to text input mode.
|
167 |
|
168 |
## Future Improvements
|
169 |
|
|
|
198 |
- **Voice Recognition Issues**: Make sure your microphone is working and try speaking clearly in a quiet environment
|
199 |
- **PDF Generation Fails**: Check your Invoice Generator API credentials
|
200 |
- **Gemini API Errors**: Verify your API key and ensure you're within usage limits
|
201 |
+
- **No Microphone Available**: If you're using BillBot in an environment where microphone access is restricted (like Hugging Face Spaces), the application will automatically detect this and suggest using text input instead. This ensures the app remains functional even without voice input capabilities.
|
202 |
|
203 |
## About the Developer
|
204 |
|