Skip to content
New issue

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

[Bug]: Assistant API calls do not complete in version 0.10.1. #438

Closed
wuniulan opened this issue Jun 26, 2024 · 1 comment
Closed

[Bug]: Assistant API calls do not complete in version 0.10.1. #438

wuniulan opened this issue Jun 26, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@wuniulan
Copy link

Description

Hello.

Using an assistant with GPT-4o specified as the model, I execute threads()->createAndRun().
When I get the status afterwards, "incomplete" is returned.

If I specify a model other than GPT-4o (GPT-4 Turbo, etc.), "completed" is returned, so this is only strange when GPT-4o is specified.

Does it not support GPT-4o?

Thank you.

Steps To Reproduce

  1. $client = OpenAI::client(OMMIT);
  2. $client->assistants()->create(OMMIT);
  3. $client->threads()->createAndRun(OMMIT)
  4. $client->threads()->runs()->retrieve(OMMIT);

OpenAI PHP Client Version

v0.10.1

PHP Version

8.1.8

Notes

No response

@wuniulan wuniulan added the bug Something isn't working label Jun 26, 2024
@wuniulan
Copy link
Author

At some point this stopped happening.
I will close it for now.

@wuniulan wuniulan closed this as not planned Won't fix, can't repro, duplicate, stale Aug 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant