how to change base_url #572
Unanswered
L261173157
asked this question in
Q&A
Replies: 1 comment
-
serviceCollection.AddOpenAIService(r =>
{
r.BaseDomain = "MyDomain.com";
}); Aslo You can set it in your config file "OpenAIServiceOptions": {
"BaseDomain ": "MyDomain.com"
} |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
i want to change base_url like python office lib. how can i do
Beta Was this translation helpful? Give feedback.
All reactions