Skip to content

[Bug]: Undefined array key "owned_by" #598

Closed
@absentdream

Description

@absentdream

Description

        $client = \OpenAI::factory()
                    ->withBaseUri($endpoint)
                    ->withHttpHeader('api-key', $key)
                    ->withQueryParam('api-version', $version)
                    ->make();
        $response = $client->models()->list();

Steps To Reproduce

trying to list models on azureAI

OpenAI PHP Client Version

v0.13.0

PHP Version

8.2.28

Notes

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions