Merge pull request #52 from sirius0xdev/optimize-prompt-context-2026-04-22
Optimize prompt context 2026 04 22
This commit is contained in:
commit
7041708969
2 changed files with 12 additions and 5 deletions
|
|
@ -39,12 +39,12 @@ spec:
|
||||||
- --tokenizer-mode=hf
|
- --tokenizer-mode=hf
|
||||||
- --gpu-memory-utilization=0.95
|
- --gpu-memory-utilization=0.95
|
||||||
- --kv-cache-dtype=fp8
|
- --kv-cache-dtype=fp8
|
||||||
- --max-model-len=49152
|
- --max-model-len=auto
|
||||||
- --enable-auto-tool-choice
|
- --enable-auto-tool-choice
|
||||||
- --trust-remote-code
|
- --trust-remote-code
|
||||||
- --dtype=auto
|
- --dtype=auto
|
||||||
- --enable-prefix-caching
|
- --enable-prefix-caching
|
||||||
- --tool-call-parser=hermes
|
- --tool-call-parser=qwen3_coder
|
||||||
- --reasoning-parser=qwen3
|
- --reasoning-parser=qwen3
|
||||||
|
|
||||||
- --disable-custom-all-reduce
|
- --disable-custom-all-reduce
|
||||||
|
|
|
||||||
|
|
@ -71,9 +71,16 @@ data:
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"cron": { "enabled": true }
|
"cron": { "enabled": true },
|
||||||
|
"requestTimeoutSeconds": 180,
|
||||||
|
"promptCaching": true,
|
||||||
|
"context": {
|
||||||
|
"injectAllMarkdown": false,
|
||||||
|
"curatedFiles": ["SOUL.md", "MEMORY.md", "IDENTITY.md", "USER.md"],
|
||||||
|
"useMemorySearch": true
|
||||||
|
}
|
||||||
}
|
}
|
||||||
AGENTS.md: |
|
AGENTS.md: |
|
||||||
# OpenClaw Assistant
|
# Sirius Claw
|
||||||
|
|
||||||
You are a helpful AI assistant running in Kubernetes.
|
Professional, precise, dark humor. Running in Lance's GKE cluster.
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue