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

OpenAI ChatGPT, GPT-3, GPT-4, DALL·E, Whisper API wrapper for Go

Results 277 go-openai issues
Sort by recently updated
recently updated
newest added

Hey there, Was looking at the CreateTranscription and noticed there isn't an option to set prompt or response_format. I'll attempt to add locally but wanted to check to see if...

As a user of the project, I would like to request the addition of support for Azure OpenAI. This would allow me to leverage the power of the Azure OpenAI...

In image.go func CreateEditImage, Mask is required in current implementation: // mask mask, err := writer.CreateFormFile("mask", request.Mask.Name()) if err != nil { return } But it is optional in official...

This PR adds support for the GPT-4-32K and GPT-4-32K-0314 models by adding three new constants to the list of GPT models and adding the new models to the switch statements...

> To get access to the GPT-4 API (which uses the same [ChatCompletions API](https://platform.openai.com/docs/guides/chat/chat-vs-completions) as gpt-3.5-turbo), please [sign up for our waitlist](https://openai.com/waitlist/gpt-4). We will start inviting some developers today, and...

hi , does the latest version still not support streaming data

When using ChatCompletionRequest and setting `stream: true` to send multiple conversation content, EOF is returned and no error information can be obtained.