feat: add OpenViking DeerFlow Mattermost OpenFang and Paperclip services
This commit is contained in:
@@ -0,0 +1,33 @@
|
||||
# Source build configuration
|
||||
OPENFANG_VERSION=0.1.0
|
||||
|
||||
# Network configuration
|
||||
OPENFANG_PORT_OVERRIDE=4200
|
||||
|
||||
# OpenFang runtime configuration
|
||||
OPENFANG_PROVIDER=anthropic
|
||||
OPENFANG_MODEL=claude-sonnet-4-20250514
|
||||
OPENFANG_API_KEY_ENV=ANTHROPIC_API_KEY
|
||||
OPENFANG_API_KEY=
|
||||
OPENFANG_LOG_LEVEL=info
|
||||
OPENFANG_MEMORY_DECAY_RATE=0.05
|
||||
OPENFANG_EXEC_MODE=allowlist
|
||||
OPENFANG_EXEC_TIMEOUT_SECS=30
|
||||
|
||||
# Provider credentials
|
||||
ANTHROPIC_API_KEY=
|
||||
OPENAI_API_KEY=
|
||||
GROQ_API_KEY=
|
||||
|
||||
# Resources
|
||||
OPENFANG_CPU_LIMIT=2.00
|
||||
OPENFANG_MEMORY_LIMIT=2G
|
||||
OPENFANG_CPU_RESERVATION=0.50
|
||||
OPENFANG_MEMORY_RESERVATION=512M
|
||||
|
||||
# Logging
|
||||
OPENFANG_LOG_MAX_SIZE=100m
|
||||
OPENFANG_LOG_MAX_FILE=3
|
||||
|
||||
# Timezone
|
||||
TZ=UTC
|
||||
Reference in New Issue
Block a user