Alexandre Brown
08/23/2021, 7:18 PMzaleslaw
09/28/2021, 5:03 PMbreandan
11/26/2021, 12:21 AMAlexandre Brown
11/27/2021, 1:13 AMzaleslaw
01/31/2022, 7:42 AMBastien Leveque
03/11/2022, 2:23 AMKotlinDL
library but my goal is to do everything by myself using the least tools other than native kotlin.
Do you have any documentation to advise me on the subject?Vivekpanchal64
04/20/2022, 9:49 AMYingding Wang
03/11/2023, 8:29 AMtrack a custom model performance
and detect data drift
at model inference for android
? For sequence model, i can not use MLkit, and would like to do the model personalization (retrain, performance measurement, model selection, drift detection) in the close loop on android device.youssef
12/31/2023, 2:11 PMprivate fun transcribeVideo(filePath: String){
launch {
try {
val transcriptionRequest = TranscriptionRequest(
audio = createFileSource(filePath),
model = ModelId("whisper-1"),
)
OpenaiClient.openaiClient.transcription(
transcriptionRequest
).text.also { println("qcqs $it") }
} catch (e: Exception){
eventsFlow.emit(HomeEvent.ExceptionHandler(e))
}
}
}
i got my openai Instance here
object OpenaiClient {
val openaiClient = OpenAI(
token = "sk-QXtYdssiI0JErQsdhT3BlbkFJYapzP50lfLFAijnqcqPrA",
logging = LoggingConfig(LogLevel.All),
)
}
and i dont seem to understnad why its not working even though that the logging level is set to ALL
it just prints an error saying null i just dont know what to do at this point. also it keep bring up this error:
*{*"error": *{*"message": "You didn't provide an API key. You need to provide your API key in an Authorization header using Bearer auth (i.e. Authorization: Bearer YOUR_KEY), or as the password field (with blank username) if you're accessing the API from your browser and are prompted for a username and password. You can obtain an API key from https://platform.openai.com/account/api-keys.",
"type": "invalid_request_error",
"param": null,
"code": null
}
}
Screenshot 2023-12-31 at 2.21.56 PM.pngursus
03/13/2024, 10:12 PMDarryl Bayliss
03/24/2024, 6:35 PMursus
04/21/2024, 11:42 AMjordond
04/26/2024, 2:08 AMEugen Martynov
05/25/2024, 12:10 PMRoland Ringgenberg
08/22/2024, 2:09 PMOrfeo Ciano
11/13/2024, 12:50 PMAmir H. Ebrahimnezhad
01/05/2025, 4:50 PMGabriel Duncan
01/14/2025, 6:35 PMGabriel Duncan
01/14/2025, 6:37 PMllllllllll
01/14/2025, 11:00 PMKazik Pogoda
01/21/2025, 11:24 AMdarkmoon_uk
01/28/2025, 6:19 AMaallam/openai-kotlin
here but its maintenance has dropped kodee sad - trying to decide whether to jump ship or Fork it 🛠️cherron
02/01/2025, 8:07 PMchislett
02/17/2025, 3:58 PMErik Dreyer
03/05/2025, 2:36 PMKazik Pogoda
03/05/2025, 2:47 PMSahil
03/11/2025, 6:34 AMdarkmoon_uk
03/18/2025, 9:17 PMAyfri
04/04/2025, 12:36 PMPat
05/01/2025, 12:26 PM