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

Does this field name really include `[]`, or is it a mistake? ```yaml CreateTranscriptionRequest: type: object additionalProperties: false properties: file: description: | The audio file object (not file name) to...

i was coding asked for help rewriting function it started replying with my question 3-5 times in row repeat same then stop

Trying to generate code with the openapi-generator-cli-6.2.0.jar `/Users/xxxx/Applications/Rider.app/Contents/jbr/Contents/Home/bin/java -jar /Users/xxxx/Library/Caches/JetBrains/Rider2024.1/openapi/codegen/71aab8d6724718f581fedb5bf4fd5866/openapi-generator-cli-6.2.0.jar generate -g csharp -i /Users/xxxx/dev/ConsoleApp4/ConsoleApp4/OpenAi.yaml -o /Users/xxxx/dev/ConsoleApp4/gen --additional-properties=packageName=OpenAi.Client,targetFramework=net8.0,sourceFolder=,modelPropertyNaming=PascalCase,netCoreProjectFile=true` I am getting these errors: ``` Exception in thread "main" org.openapitools.codegen.SpecValidationException: There...

Update descriptions for run_temperature_description and run_top_p_description in openapi.yaml close: https://github.com/openai/openai-openapi/issues/237

I tried to parse a YAML file with Microsoft's OpenApiStringReader, but it threw an error. The YAML file was easily parsable last week without any issues. `{(Lin: 0, Col: 0,...

Hi, Sorry to have to post this is here as I do not know how to get in touch with the OpenAI team! It seems that discussions, bugs, issues in...

the openai website ui is bugged as on click link copied is iteratively coming in ui ```[tasklist] ### Tasks ```

I noticed this gap and decided to raise a PR. It doesn't align with https://platform.openai.com/docs/api-reference/fine-tuning/list-events

`thread_id` is not a required field (actually not even one of the fields) in `CreateRunRequest` and `CreateThreadAndRunRequest` objects