diff options
Diffstat (limited to '.env.example')
| -rw-r--r-- | .env.example | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/.env.example b/.env.example new file mode 100644 index 0000000..6362d2f --- /dev/null +++ b/.env.example @@ -0,0 +1,9 @@ +# Required by slop-search. +KAGI_API_KEY= + +SLOPBOT_AGENT_MODEL=parasail/kimi-k26 +SLOPBOT_WORKERS=4 +SLOPBOT_AGENT_WORKERS=1 +SLOPBOT_AGENT_TIMEOUT=120 +SLOPBOT_HISTORY_LIMIT=20 +SLOPBOT_SYSTEM_PROMPT=prompts/system.md |
