Commit Graph

8 Commits

Author SHA1 Message Date
Davidson Gomes
5f3a073d76 feat: add S3 storage support and update configuration
- Enhanced .env.example to include S3 storage configuration options.
- Updated main.go to initialize S3 client and handle audio uploads to S3.
- Modified processAudio function to return S3 URL when storage is enabled.
- Updated README.md with new S3 storage instructions and examples.
2024-12-02 20:14:10 -03:00
Davidson Gomes
30a4990e53 feat: add audio transcription feature with OpenAI and Groq support
- Updated .env.example to include transcription configuration options.
- Enhanced main.go to support audio transcription, including new endpoints and logic for handling transcription requests.
- Added functionality to transcribe audio using OpenAI and Groq APIs.
- Updated README.md with detailed instructions on enabling and using the transcription feature.
2024-12-02 19:49:41 -03:00
Davidson Gomes
4927ab0a06 readme updates 2024-10-22 09:14:03 -03:00
Davidson Gomes
28ae9c0f8c fix: env file only dev mode 2024-10-22 08:03:03 -03:00
Davidson Gomes
800acd4c0d readme updates 2024-10-21 11:55:30 -03:00
Davidson Gomes
7d72315cf3 readme updates 2024-10-21 11:54:58 -03:00
Davidson Gomes
0be57219e6 api key 2024-10-21 11:52:07 -03:00
Davidson Gomes
a19ef26236 initial commit 2024-10-21 11:14:12 -03:00