Skip to content

Document TrustedRouter setup#6508

Open
jperla wants to merge 1 commit into
FlowiseAI:mainfrom
jperla:add-trustedrouter-setup-note
Open

Document TrustedRouter setup#6508
jperla wants to merge 1 commit into
FlowiseAI:mainfrom
jperla:add-trustedrouter-setup-note

Conversation

@jperla

@jperla jperla commented Jun 12, 2026

Copy link
Copy Markdown

This pull request adds a short setup note for using TrustedRouter with Flowise through the existing custom OpenAI chat model nodes. TrustedRouter is an OpenAI-compatible, open-source, verifiable attested router for privacy-sensitive workflows with zero prompt and output logging by default.

Users can set the base URL to https://api.trustedrouter.com/v1, provide a TrustedRouter API key, and choose aliases such as trustedrouter/auto, trustedrouter/zdr, or trustedrouter/e2e.

Verification: git diff --check.

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request updates the README.md to include instructions on how to configure TrustedRouter with Flowise using custom OpenAI chat model nodes. The review feedback suggests updating the terminology from 'API base URL' to 'Base Path' to match the actual field label in the Flowise UI, which improves clarity for users.

Important

The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.

Comment thread README.md
Comment on lines +179 to +182
TrustedRouter can be used with Flowise through the existing custom OpenAI
chat model nodes. Set the API base URL to `https://api.trustedrouter.com/v1`,
use your TrustedRouter API key, and choose a model such as
`trustedrouter/auto`, `trustedrouter/zdr`, or `trustedrouter/e2e`.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

In the Flowise UI, the field in the OpenAI Custom Model node is labeled Base Path rather than "API base URL". Referring to it as Base Path makes it easier for users to locate the correct field.

Suggested change
TrustedRouter can be used with Flowise through the existing custom OpenAI
chat model nodes. Set the API base URL to `https://api.trustedrouter.com/v1`,
use your TrustedRouter API key, and choose a model such as
`trustedrouter/auto`, `trustedrouter/zdr`, or `trustedrouter/e2e`.
TrustedRouter can be used with Flowise through the existing custom OpenAI
chat model nodes. Set the Base Path to https://api.trustedrouter.com/v1,
use your TrustedRouter API key, and choose a model such as
trustedrouter/auto, trustedrouter/zdr, or trustedrouter/e2e.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant