Skip to content

Commit

Permalink
docs: add claude usage
Browse files Browse the repository at this point in the history
  • Loading branch information
soulteary committed May 16, 2023
1 parent 8a8f6d2 commit 870a545
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,16 @@ services:
# => FlagStudio API Key
# FLAGSTUDIO_API_KEY: "your-flagstudio-api-key"

# [Private Claude Server Settings] *optional
# => Enable Claude
# ENABLE_CLAUDE: "on"
# => Enable Claude Only
# ENABLE_CLAUDE_ONLY: "on"
# => Claude API Key
# CLAUDE_API_SECRET: "your-secret"
# => Claude API Address, eg: `"ws://...."`, or `"ws://host.docker.internal:8093/ws"`
# CLAUDE_API_URL: "ws://localhost:8093/ws"

logging:
driver: "json-file"
options:
Expand Down

0 comments on commit 870a545

Please sign in to comment.