Open Mai0313 opened 7 months ago
After digging into the source code, I believe that allowing the user to pass a base_url
should be sufficient; the rest, such as headers, can be passed through request_kwargs
.
Have a look at the PR #1929 and see if the MarkdownSearch class might provide the flexibility you need.
Have a look at the PR #1929 and see if the MarkdownSearch class might provide the flexibility you need.
@afourney thanks, my branch has been merged #2321 I will check and leave a comment on PR #1929
Is your feature request related to a problem? Please describe.
I am a junior engineer at MediaTek. We have purchased the Azure OpenAI service from Microsoft and use our own base URL for both the model and Bing search. I believe the new Web Surfer feature should support this as well.
Describe the solution you'd like
I will open a PR for this.
Additional context
No response