docs(web): clarify custom provider config scope and baseURL#9612
docs(web): clarify custom provider config scope and baseURL#9612edlsh wants to merge 1 commit intoanomalyco:devfrom
Conversation
|
Hey! Your PR title Please update it to start with one of:
Where See CONTRIBUTING.md for details. |
|
The following comment was made by an LLM, it may be inaccurate: Based on my search results, I found the following potentially related PRs: Most Relevant:
These PRs appear to be related to custom provider configuration, OpenAI-compatible providers, and baseURL settings, which overlap with the scope of PR #9612. However, none appear to be exact duplicates - they seem to address related but distinct aspects of custom provider functionality and documentation. |
|
One minor addition to consider: the code also accepts const endpoint = providerConfig?.options?.endpoint ?? providerConfig?.options?.baseURLMight be worth mentioning this for users migrating from other tools that use |
00637c0 to
71e0ba2
Compare
f1ae801 to
08fa7f7
Compare
Clarifies global vs project config for custom providers, adds OpenAI-compatible (custom) provider example with options.baseURL (host), apiKey, and headers in /docs/config, plus updates /docs/providers.