mirror of
https://github.com/badlogic/pi-mono.git
synced 2026-07-09 17:28:45 +00:00
Closes #4184, codex needs a non-empty system prompt
Some checks are pending
CI / build-check-test (push) Waiting to run
Some checks are pending
CI / build-check-test (push) Waiting to run
This commit is contained in:
parent
060c10b8ff
commit
15aa313501
1 changed files with 1 additions and 1 deletions
|
|
@ -352,7 +352,7 @@ function buildRequestBody(
|
|||
model: model.id,
|
||||
store: false,
|
||||
stream: true,
|
||||
instructions: context.systemPrompt,
|
||||
instructions: context.systemPrompt || "You are a helpful assistant.",
|
||||
input: messages,
|
||||
text: { verbosity: options?.textVerbosity || "low" },
|
||||
include: ["reasoning.encrypted_content"],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue