yao/openai
Max ad311cad2a Add audio transcription file handling and related tests
- Introduce `AudioTranscriptionsFile` method in the OpenAI package to transcribe audio directly from a file path, improving memory efficiency.
- Implement new test cases for `AudioTranscriptionsFile`, including scenarios for language options and error handling for non-existent files.
- Update the process package to support the new transcription method, ensuring compatibility with existing functionality.
- Enhance test coverage for audio transcription processes, validating expected outputs and error conditions.
2026-02-10 19:05:29 +08:00
..
openai.go Add audio transcription file handling and related tests 2026-02-10 19:05:29 +08:00
openai_test.go Add audio transcription file handling and related tests 2026-02-10 19:05:29 +08:00
process.go Add audio transcription file handling and related tests 2026-02-10 19:05:29 +08:00
process_test.go Add audio transcription file handling and related tests 2026-02-10 19:05:29 +08:00
types.go Refactor OpenAI message parsing for improved streaming support 2025-02-09 09:46:41 +08:00