aallam / openai-kotlin

OpenAI API client for Kotlin with multiplatform and coroutines capabilities.
MIT License
1.49k stars 179 forks source link

Image Input with Chat Completion #338

Closed BishoSBA closed 6 months ago

BishoSBA commented 6 months ago

Feature Description

Problem it Solves

Proposed Solution

The Content interface should allow selection of various content-types

Additional Context

Its already available in the API https://platform.openai.com/docs/api-reference/chat/create

BishoSBA commented 6 months ago

Already solved https://github.com/aallam/openai-kotlin/issues/309#issuecomment-1986863294

But couldn't find it in the docs