-
Notifications
You must be signed in to change notification settings - Fork 4
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
require openai-php #2
Comments
This error occurs due to a version conflict between the required OpenAI PHP client versions.
Or You can try to update your OpenAI PHP client to match the required version. You can do this by running:
|
Let me know if you managed to solve the problem? |
Thanks for sending the solution.
|
Ok, I've upgraded the openai-client versions to support 0.9.x and 0.10.x |
Problem 1
- naturalgroove/laravel-filament-image-generator-field[dev-master, 1.0, ..., 1.0.2] require openai-php/client ^0.8.5 -> found openai-php/client[v0.8.5, 0.8.x-dev] but the package is fixed to v0.10.1 (lock file version) by a partial update and that version does not match. Make sure you list it as an argument for the update command.
- Root composer.json requires naturalgroove/laravel-filament-image-generator-field * -> satisfiable by naturalgroove/laravel-filament-image-generator-field[dev-master, 1.0, 1.0.1, 1.0.2, 9999999-dev].
The text was updated successfully, but these errors were encountered: