📚 目录 / Contents

LobeChat

Use TokenHub with LobeChat

LobeChat is a modern AI chat web application.

Cloud Version

  1. Visit LobeChat
  2. Avatar → Application Settings
  3. Language ModelOpenAI
  4. Configure:
FieldValue
API Keysk-xxxxx
API Proxyhttps://hubwave.ai/v1
  1. Enable Client Request mode
  2. 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 capability
  • functionCall - function calling
  • reasoning - reasoning (o1, DeepSeek R1)