mirror of
https://github.com/EvolutionAPI/evolution-audio-converter.git
synced 2025-07-13 15:14:50 -06:00

- 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.
9 lines
235 B
Plaintext
9 lines
235 B
Plaintext
PORT=4040
|
|
CORS_ALLOW_ORIGINS=*
|
|
API_KEY=429683C4C977415CAAFCCE10F7D57E11
|
|
ENABLE_TRANSCRIPTION=true
|
|
TRANSCRIPTION_PROVIDER=openai # ou groq
|
|
OPENAI_API_KEY=sua_chave_openai_aqui
|
|
GROK_API_KEY=sua_chave_groq_aqui
|
|
TRANSCRIPTION_LANGUAGE=pt
|