openai-php / client

⚡️ OpenAI PHP is a supercharged community-maintained PHP API client that allows you to interact with OpenAI API.
MIT License
4.7k stars 483 forks source link

Typo in `OpenAI\Responses\Meta\MetaInformaionOpenAI` #200

Closed eliashaeussler closed 1 year ago

eliashaeussler commented 1 year ago

Hey,

first, thanks for this great piece of code :tada:

I found a typo in the latest release. See https://github.com/openai-php/client/blob/v0.7.0/src/Responses/Meta/MetaInformaionOpenAI.php#L5 → I believe it should be MetaInformationOpenAI instead.

-final class MetaInformaionOpenAI
+final class MetaInformationOpenAI
gehrisandro commented 1 year ago

Thx @eliashaeussler

Fixed in v0.7.1