Skip to content

AzureOpenAIConfiguration url construction #139

@suljhana

Description

@suljhana

I think the issue is specifically with the URL construction in the DefaultOpenAIAzureService initialization. The format of Azure OpenAI endpoints is typically https://{resourceName}.openai.azure.com, but the code is constructing it as https://{resourceName}/openai.azure.com, which leads to an invalid URL structure.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions