Skip to content

Support proxy server configuration #175

@git102347501

Description

@git102347501

Is your feature request related to a problem? Please describe.
I have encountered a very important issue. My environment does not have direct access to apiopenapi.com, and I need an agent fu

Describe the solution you'd like
Support configuring proxy servers in options to achieve the effect of proxy request APIs

builder.Services.AddOpenAIService(settings => {
    settings.ProxyUrl = "proxy serve url";
    settings.ProxyPort = "proxy serve port";
});

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requestquestionFurther information is requested

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions