We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
client.beta.threads.runs.create_and_poll will run endless, when the status of run is imcomplete
client.beta.threads.runs.create_and_poll
imcomplete
the unnormal run info:
{ "id": "run_t7khKpQ2vvQJAnO3mJcRa47Y", "object": "thread.run", "created_at": 1715252643, "assistant_id": "asst_7HoUHfUXf8KPJQaetjN5suKP", "thread_id": "thread_9JfoNfFWttmyx9GSHVi6T9Gd", "status": "incomplete", "started_at": 1715252644, "expires_at": null, "cancelled_at": null, "failed_at": null, "completed_at": 1715252648, "required_action": null, "last_error": null, ...... "max_completion_tokens": null, "max_prompt_tokens": null, "truncation_strategy": { "type": "auto", "last_messages": null }, "incomplete_details": { "reason": "max_prompt_tokens" }, }
tools=[{"type": "file_search"}]
max_prompt_tokens
No response
ubuntu
Python 3.10.12
openai v1.26.0
The text was updated successfully, but these errors were encountered:
Sorry to hear you're having troubles!
This sounds like an issue with the underlying OpenAI API and not the Python library, so I'm going to go ahead and close this issue.
Would you mind reposting at community.openai.com?
Sorry, something went wrong.
Good catch and thanks for reporting -- we'll fix this in the next SDK version very soon. 🙏
This has been fixed in the latest SDK version!
feat(api): new models for TTS, STT, + new audio features for Realtime (…
d11b13c
…#1407)
f9a949d
nknj
No branches or pull requests
Confirm this is an issue with the Python library and not an underlying OpenAI API
Describe the bug
client.beta.threads.runs.create_and_poll
will run endless, when the status of run isimcomplete
the unnormal run info:
To Reproduce
tools=[{"type": "file_search"}]
max_prompt_tokens
Code snippets
No response
OS
ubuntu
Python version
Python 3.10.12
Library version
openai v1.26.0
The text was updated successfully, but these errors were encountered: