-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathclaw-pod.yml
More file actions
27 lines (27 loc) · 759 Bytes
/
claw-pod.yml
File metadata and controls
27 lines (27 loc) · 759 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
x-claw:
pod: quickstart
models-defaults:
primary: openrouter/anthropic/claude-sonnet-4
fallback: anthropic/claude-haiku-4-5
services:
assistant:
image: quickstart-assistant:latest
build:
context: ./agents/assistant
x-claw:
agent: ./agents/assistant/AGENTS.md
cllama: passthrough
models:
primary: openrouter/google/gemini-2.5-flash
cllama-env:
OPENROUTER_API_KEY: "${OPENROUTER_API_KEY}"
handles:
discord:
id: "${DISCORD_BOT_ID}"
username: "quickstart-bot"
guilds:
- id: "${DISCORD_GUILD_ID}"
name: "My Server"
environment:
DISCORD_BOT_TOKEN: "${DISCORD_BOT_TOKEN}"
DISCORD_BOT_ID: "${DISCORD_BOT_ID}"