-
-
Notifications
You must be signed in to change notification settings - Fork 542
Closed
Labels
enhancementNew feature or requestNew feature or requestquestionFurther information is requestedFurther information is requested
Milestone
Description
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
Labels
enhancementNew feature or requestNew feature or requestquestionFurther information is requestedFurther information is requested