LobeChat
Use TokenHub with LobeChat
LobeChat is a modern AI chat web application.
Cloud Version
- Visit LobeChat
- Avatar → Application Settings
- Language Model → OpenAI
- Configure:
| Field | Value |
|---|---|
| API Key | sk-xxxxx |
| API Proxy | https://hubwave.ai/v1 |
- Enable Client Request mode
- Enable models in the model list
Self-Hosted (Docker)
services:
lobechat:
image: lobehub/lobe-chat:latest
ports:
- "3210:3210"
environment:
- OPENAI_API_KEY=sk-xxxxx
- OPENAI_PROXY_URL=https://hubwave.ai/v1
- OPENAI_MODEL_LIST=+gpt-4o,+claude-3-5-sonnet-20241022
- ACCESS_CODE=your_access_code
Model Capability Tags
LobeChat does not auto-detect non-OpenAI model capabilities. Tag manually:
vision- vision capabilityfunctionCall- function callingreasoning- reasoning (o1, DeepSeek R1)