Skip to content

Commit b5a4671

Browse files
authored
Revert "feat: add Trinity model system prompt support" (#12029)
1 parent a68fedd commit b5a4671

2 files changed

Lines changed: 0 additions & 117 deletions

File tree

packages/opencode/src/session/prompt/trinity.txt

Lines changed: 0 additions & 115 deletions
This file was deleted.

packages/opencode/src/session/system.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ import PROMPT_BEAST from "./prompt/beast.txt"
88
import PROMPT_GEMINI from "./prompt/gemini.txt"
99

1010
import PROMPT_CODEX from "./prompt/codex_header.txt"
11-
import PROMPT_TRINITY from "./prompt/trinity.txt"
1211
import type { Provider } from "@/provider/provider"
1312

1413
export namespace SystemPrompt {
@@ -22,7 +21,6 @@ export namespace SystemPrompt {
2221
return [PROMPT_BEAST]
2322
if (model.api.id.includes("gemini-")) return [PROMPT_GEMINI]
2423
if (model.api.id.includes("claude")) return [PROMPT_ANTHROPIC]
25-
if (model.api.id.toLowerCase().includes("trinity")) return [PROMPT_TRINITY]
2624
return [PROMPT_ANTHROPIC_WITHOUT_TODO]
2725
}
2826

0 commit comments

Comments
 (0)