-
-
Notifications
You must be signed in to change notification settings - Fork 625
Open
Labels
Non-OpenAI ModelNot an OpenAI Model.Not an OpenAI Model.bugSomething isn't workingSomething isn't working
Description
Description
Another error with using the client to interact with Gemini - once again, Google doesn't provide a field (id) that the client expects to be present in the response.
Steps To Reproduce
return $client->chat()->create([
'model' => 'gemini-2.0-flash',
'messages' => [
['role' => 'user', 'content' => $text],
],
]);
OpenAI PHP Client Version
v0.10.3
PHP Version
8.4
Notes
No response
f-lombardo and jtsternberg
Metadata
Metadata
Assignees
Labels
Non-OpenAI ModelNot an OpenAI Model.Not an OpenAI Model.bugSomething isn't workingSomething isn't working