Use a neutral example for the gateway endpoint - #14
Merged
Conversation
The configuration docs named a specific commercial gateway, with its URL, its key format, a model id from its catalogue and a curl against its endpoint. The setting works with any OpenAI-compatible endpoint, so the example does not need a vendor, and naming one reads as an endorsement we did not make. The substance is unchanged: model names travel verbatim, and a namespaced catalogue wants both halves of the name.
davidmckayv
requested review from
MikeRyanDev,
guidovizoso and
tylerslaton
as code owners
August 19, 2026 21:41
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Removes the named commercial gateway from
.env.exampleanddocs/configuration.md, introduced alongside the (good) base-URL fix in #13.It appeared ten times: the vendor's URL twice, its API key format, a model id from its catalogue, a
curlagainst its endpoint, and a paragraph about where it hosts. The setting works against any OpenAI-compatible endpoint, so a placeholder does the same job without reading as an endorsement.No behaviour change and no loss of substance: model names still travel verbatim, and a namespaced catalogue still wants both halves of the name.