Viktor Nyblom
10/19/2024, 6:55 AMViktor Nyblom
10/19/2024, 6:56 AMMeet
10/19/2024, 6:57 AMViktor Nyblom
10/19/2024, 7:04 AMMeet
10/19/2024, 7:05 AMViktor Nyblom
10/19/2024, 7:06 AMMeet
10/19/2024, 7:11 AMViktor Nyblom
10/19/2024, 8:06 AMMeet
10/19/2024, 8:06 AMAndy Dent
10/20/2024, 4:13 PMAndy Dent
10/20/2024, 4:34 PMViktor Nyblom
10/21/2024, 5:36 AMandries.fc
10/22/2024, 8:19 AMViktor Nyblom
10/22/2024, 8:21 AMandries.fc
10/22/2024, 8:22 AMViktor Nyblom
10/22/2024, 8:30 AMAndy Dent
10/22/2024, 8:57 AMViktor Nyblom
10/22/2024, 9:17 AMIsfaaghyth
10/27/2024, 6:28 PMViktor Nyblom
10/28/2024, 7:02 AMprivate suspend fun transcribe(fileName: String, file: File): Transcription {
val fileSource = FileSource(
name = fileName,
source = file.source(),
)
val req = TranscriptionRequest(
fileSource,
model = ModelId(transcriptionModel)
)
return openai.transcription(req)
}
Viktor Nyblom
11/08/2024, 6:13 AM