Flowise
1.1 API Configuration
Method 1: GUI Configuration
-
Open Flowise (default http://localhost:3000)
-
Create a new Chatflow
-
Drag ChatOpenAI node onto the canvas
-
Configure the node:
-
API Key:
sk-your-hpc-ai-api-key -
Base Path:
https://api.hpc-ai.com/inference/v1 -
Model Name:
minimax/minimax-m2.5
-
-
Connect other nodes and save
Method 2: Environment Variables
# Configure in .env
OPENAI_API_KEY=sk-your-hpc-ai-api-key
OPENAI_API_BASE=https://api.hpc-ai.com/inference/v1
1.2 References
- Flowise Documentation: https://docs.flowiseai.com/