openai-kotlin icon indicating copy to clipboard operation
openai-kotlin copied to clipboard

OpenAI API client for Kotlin with multiplatform and coroutines capabilities.

Results 87 openai-kotlin issues
Sort by recently updated
recently updated
newest added

Update documentation adding an example how to use Tools (previously known as function calls).

enhancement

### Description Run the assistant method as in the test code below. AsyncTaskService is used for asynchronous execution. However, when I run it, the process ends in the assistant method...

question

### Description There are compatibility issues when using the openai-kotlin library with the [SpeakGPT app](https://github.com/AndraxDev/speak-gpt), specifically with Groq endpoint. The app functions correctly, but it consistently triggers error messages that...

### Description Is there a simple way to get a List of all supported Voices? ### Steps to Reproduce My approach., but no success ``` val voiceFields = Voice::class.java.declaredFields //...

question

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/aallam/openai-kotlin). ## Config Migration Needed - [ ]...

dependencies

### Public accessible docs for GPT Vision model Please make a public accessible documenatation for GPT Vision model so users don't need to read closed issues. I found some info...

enhancement

### Feature Description The OpenAI API recently added events for the beta Assistant feature: https://platform.openai.com/docs/api-reference/assistants-streaming/events The official Python SDK uses this to offer a streaming interface: https://platform.openai.com/docs/assistants/overview?lang=python&context=with-streaming so you can...

enhancement

Hello. This is a request for adding functionality. I need to have access to the fields in the headers that come with this API since there are some important fields...

enhancement

| Q | A | ----------------- | ---------- | Bug fix? | no | New feature? | yes | BC breaks? | no | Related Issue | Fix #294 ##...

### Feature Description It would be neat if this library could talk to Anthropic Claude. ### Problem it Solves The new [Claude 3](https://www.anthropic.com/news/claude-3-family) models are impressive, and have an API...

enhancement