Alex Rattray

Results 414 comments of Alex Rattray

Sure. @nknj , could the backend be changed to not throw an error when eg `messages.2.function_call` is `null`?

Sorry, I don't think there's much we can do in the SDK for this. Using `message.to_json()` may be helpful, as it will strip out unnecessary fields. Otherwise, I agree it'd...

Thanks for the report – I agree this sounds confusing. This sounds like an issue for the underlying OpenAI API and not the Python library, so I'm going to go...

I don't see a clear problem or action item for us here, so I'm going to close this issue.

sorry about this; you can read the headers with `print(e.response.headers)`. We'll work on making that happen more nicely out of the box.

Just to clarify, your request pertains to uploading audio files with in `openai.audio.transcriptions.create()` endpoint, correct? We do want to support streaming request bodies in this way, but unfortunately I'm not...

Thanks for the suggestion! I don't think we'd want to include info like `max_tokens`, since that may be subject to change. However, exposing a union of the model names would...

Thanks for raising, we'll look into this.

@backus is this what you were looking for?

Can you share a repository that demonstrates a minimal reproduction? (The code you shared is a helpful starting point, but something we can download and run and see the error...