Commit Graph

5 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
82895f17c1 feat: cors origin 2024-10-22 07:36:30 -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