diff options
| author | Ben Sima <ben@bensima.com> | 2026-06-04 14:49:45 -0400 |
|---|---|---|
| committer | Ben Sima <ben@bensima.com> | 2026-06-04 14:49:45 -0400 |
| commit | ff34f98e3adf7899fb3857eabb80471ca51f8156 (patch) | |
| tree | 139f743fff86f63cda23451613bad823edb77da6 /.env.example | |
| parent | 6ba0caf1b2907ce3d6617a7914e71c810e13dda8 (diff) | |
Add locked-down research tools
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 |
