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

OpenAPI specification for the OpenAI API

Results 141 openai-openapi issues
Sort by recently updated
recently updated
newest added

- Resolved the conflict in the schema where a string from the enum was not matching due to a oneOf constraint issue.

Hi there, anyone else having troubles to generate images on the openAI.createImage method? I'm getting a 400 Error response from the openAI endpoint. Any idea? Thanks in advance.

The new parameter `function_call` can be one of three cases: 1. an enum of value none or auto 2. an object with a name 3. null (since it can be...

This PR adds an Earthfile for autogenerating a gRPC service for OpenAI, as well as go gRPC stubs. Some ugliness remains: ``` git clone https://github.com/TylerGillson/gnostic-grpc -b tyler/fix-repeated-props && \ (cd...

I created the following very simple openai.createChatCompletion in a nextjs edge function as soon as it's invoked it gives the error adapter is not a function ``` const openai =...

To boot, I realize this is not the best place to submit this type of feedback, I looked through all the typical places, including asking chat.openai.com where might one provide...

IIUC, all of these should have `type: "object"`: https://github.com/openai/openai-openapi/blob/master/openapi.yaml#L3434-L3564 For lack of the type field, my tooling is identifying theses schemas as unstructured.

I am trying to build a Java SDK by autogenerating code using open API code generator, but running into problems. When I ran the command `openapi-generator generate -i openapi.yaml -g...

Defect Title| Learn more link on deprecated engines is dead -- | -- Defect Description/Steps to reproduce | 1. Visit API reference paragraph about [engine parameter](https://platform.openai.com/docs/api-reference/engines) 2. Click on _learn...