Open Issues Need Help
View All on GitHubAI Summary: The `meet_links.txt` file path is currently hardcoded within the `generate_meet_link` function in `openai_service.py`. This issue proposes refactoring the code to make this file path configurable via an environment variable. This change would involve adding a new variable to `example.env` and updating the function to read the path from this new environment variable.
Transforming conversations into actions for simpler and productive work
AI Summary: The `download_whatsapp_document` function in `whatsapp_utils.py` currently uses a hardcoded API version (`v18.0`) when making calls to the WhatsApp Media API. This issue proposes modifying the function to instead use the `VERSION` variable from the application's configuration (`current_app.config['VERSION']`), ensuring consistency and centralizing API version management.
Transforming conversations into actions for simpler and productive work
AI Summary: This issue requests the addition of a `/health` endpoint to the `main.py` file. This new GET route will serve as a service health check, returning a JSON response `{"status": "ok"}` with a `200 OK` status. The exact Python code snippet for implementation is provided within the issue description.
Transforming conversations into actions for simpler and productive work
Transforming conversations into actions for simpler and productive work
Transforming conversations into actions for simpler and productive work
Transforming conversations into actions for simpler and productive work
Transforming conversations into actions for simpler and productive work
Transforming conversations into actions for simpler and productive work
Transforming conversations into actions for simpler and productive work