OpenAI icon indicating copy to clipboard operation
OpenAI copied to clipboard

Swift community driven package for OpenAI public API

Results 80 OpenAI issues
Sort by recently updated
recently updated
newest added

Trying completions from Readme: ``` The model `text-davinci-003` has been deprecated, learn more here: https://platform.openai.com/docs/deprecations 2024-01-04 text-davinci-003 $0.0200 / 1K tokens REPLACEMENT: gpt-3.5-turbo-instruct let query = CompletionsQuery(model: .gpt3_5Turbo_1106, prompt: "SELECT...

## What OpenAI supports sending audio speech by chunks (see my issue here: https://github.com/MacPaw/OpenAI/issues/185). This PR adds support for this feature. ## Why With this change, clients can start audio...

## What Eight new API endpoints are exposed in the APIPath to support the assistants API. Thanks again to @bwhtmnv for his contribution to my fork assistants API PR. Functions...

## **Describe the bug** I have tested the behavior of new `response_format` parameter implemented with #114. However, my frontend code always returned a JSON decoding error. I traced from the...

Right now, I'm working off of cdillard's Assistants API branch, but wondering when/if the assistants API will be merged back into the main branch.

**Is your feature request related to a problem? Please describe.** With strict concurrency checking enabled, I get several warnings both inside this library and in my code when using it....

**Describe the bug** Try uploading .m4a to transcribe raw transcript it fails because of the following switch case where you can see .m4a is pointing to mp4 file type. ![CleanShot...

## What This pull request addresses a bug in the current implementation of the `verbose_json` option for OpenAI's audio transcription API. It also extends the `AudioTranscriptionResult` format to support the...

## What In favour of supporting LLAMA CPP Server, where token is not needed made a small change that makes authentication optional ## Why As LLAMA CPP server when hosted...

**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] **Describe the solution you'd...