Voqal Developer

Results 2 comments of Voqal Developer

I had an issue like this in my JetBrains plugin. I switched to `io.ktor:ktor-client-java-jvm` and build OpenAI with: ```kotlin OpenAI( OpenAIConfig( token = "token", engine = JavaHttpEngine(JavaHttpConfig()) ) ) ```

Thanks for this, @kalgecin. I can confirm this works for custom video sources.