Flowise is a visual development platform that enables you to design and build AI agents through an intuitive graphical interface.
1.1 API Configuration
Method 1: GUI Setup
- Open Flowise (default:
http://localhost:3000) - Create a new Chatflow
- Drag the ChatOpenAI node onto the canvas
- Configure the node:
- API Key:
sk-your-rygen-api-key - Base Path:
https://api.rygen.io/v1 - Model Name:
your-model-name
- API Key:
- Connect other nodes as needed and save
Method 2: Environment Variables
# Add to your .env file
OPENAI_API_KEY=sk-your-rygen-api-key
OPENAI_API_BASE=https://api.rygen.io/v1
