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

Update model property in ModifyAssistantRequest

Open benadamdev opened this issue 1 year ago • 0 comments

The model property in ModifyAssistantRequest is a string with no enum values. That's an inconsistency in the API. So I just copied over the model property in CreateAssistantRequest. The best way I suppose is to add a Model or LLM schema in the components section and then reference it where needed.

benadamdev avatar Jun 05 '24 06:06 benadamdev