update beast prompt for openai models

This commit is contained in:
Dax Raad
2025-07-29 22:15:13 -04:00
parent 9bedd62da4
commit 8bf36d174b
2 changed files with 93 additions and 43 deletions

View File

@@ -69,7 +69,13 @@ export namespace ToolRegistry {
patch: false,
}
}
if (modelID.toLowerCase().includes("qwen")) {
if (
modelID.toLowerCase().includes("qwen") ||
modelID.includes("gpt-") ||
modelID.includes("o1") ||
modelID.includes("o3")
) {
return {
patch: false,
todowrite: false,