Add gpt-4.1 beast prompt (#778)

Co-authored-by: Dax Raad <d@ironbay.co>
This commit is contained in:
Mike Wallio
2025-07-09 12:11:54 -04:00
committed by GitHub
parent 727fe6f942
commit 1f6efc6b94
3 changed files with 101 additions and 13 deletions

View File

@@ -431,7 +431,7 @@ export namespace Session {
await updateMessage(msg)
msgs.push(msg)
const system = input.system ?? SystemPrompt.provider(input.providerID)
const system = input.system ?? SystemPrompt.provider(input.providerID, input.modelID)
system.push(...(await SystemPrompt.environment()))
system.push(...(await SystemPrompt.custom()))