routeur_ia_api / api /routes /transcription.py

Commit History

enhance transcription: add detailed logging for transcription job creation and processing, improve error handling for file pointer resets, and refine chunking logic for large audio files to ensure robust handling of transcription requests.
6c4dfd3

Cyril Dupland commited on

refactor transcription: replace Supabase quota checker with a noop implementation, update transcription models to include server-measured audio duration, and enhance job response structure for improved reliability and consistency.
e081eb3

Cyril Dupland commited on

feat transcription: implement meeting transcription quotas with project ID and duration limits, enhancing validation and quota management. Update settings and documentation to reflect new features and usage examples.
833089d

Cyril Dupland commited on

fix transcription: update meeting transcription model name to 'gpt-4o-transcribe-diarize' in settings and related files for consistency and improved functionality.
7db2ec8

Cyril Dupland commited on

feat transcription: introduce asynchronous transcription job endpoints for audio and meeting files, allowing users to upload files and poll for job status. Update models and services to handle job creation, status tracking, and response formatting. Enhance documentation with examples and details on supported audio formats and job management.
83d7f8a

Cyril Dupland commited on

feat transcription: update audio file upload limits to be configurable via settings, enhancing flexibility for transcription service. Update documentation to reflect new maximum file size and chunking behavior for large audio files.
663d026

Cyril Dupland commited on

feat transcription: add dedicated meeting transcription endpoint with support for audio file uploads and language options. Implement validation for file formats and sizes, and update settings for the new transcription model. Enhance API documentation and examples for clarity.
3155a78

Cyril Dupland commited on

FIrst Commit
d28f1ed

Cyril Dupland commited on