Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,16 @@ Flowise supports different environment variables to configure your instance. You

You can view the Flowise Docs [here](https://docs.flowiseai.com/)

### TrustedRouter

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`.
Comment on lines +179 to +182

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.

TrustedRouter is an open-source and verifiable attested router with zero prompt
and output logging by default, which can be useful for workflows that include
private project context or customer data.

## 🌐 Self Host

Deploy Flowise self-hosted in your existing infrastructure, we support various [deployments](https://docs.flowiseai.com/configuration/deployment)
Expand Down