mirror of
https://github.com/moltbot/moltbot.git
synced 2026-05-13 23:56:07 +00:00
refactor: use PI Codex Responses transport (#79726)
Routes explicit OpenAI Codex Responses runs through PI's native WebSocket-capable transport and removes the custom OpenClaw WebSocket implementation.
This commit is contained in:
committed by
GitHub
parent
f62cca91e6
commit
beaecbcad4
@@ -1,7 +1,6 @@
|
||||
export const OPENAI_GPT5_TRANSPORT_DEFAULTS = {
|
||||
parallel_tool_calls: true,
|
||||
text_verbosity: "low",
|
||||
openaiWsWarmup: false,
|
||||
} as const;
|
||||
|
||||
export const OPENAI_GPT5_TRANSPORT_DEFAULT_CASES = [
|
||||
|
||||
Reference in New Issue
Block a user