Skip to content

Commit 7a19b13

Browse files
committed
fix(targets): add pi sdk openai target
1 parent 0ace6fd commit 7a19b13

1 file changed

Lines changed: 10 additions & 2 deletions

File tree

.agentv/targets.yaml

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,9 +89,18 @@ targets:
8989
model: ${{ OPENROUTER_MODEL }}
9090
api_key: ${{ OPENROUTER_API_KEY }}
9191
grader_target: grader
92-
tools: read,bash,edit,write
9392
log_format: json
9493

94+
- name: pi-sdk-openai
95+
provider: pi-coding-agent
96+
subprovider: openai
97+
base_url: ${{ OPENAI_ENDPOINT }}
98+
api_key: ${{ OPENAI_API_KEY }}
99+
model: gpt-5.5
100+
grader_target: openai
101+
thinking: low
102+
stream_log: raw
103+
95104
- name: pi-azure
96105
provider: pi-cli
97106
subprovider: azure
@@ -107,7 +116,6 @@ targets:
107116
model: ${{ AZURE_DEPLOYMENT_NAME }}
108117
api_key: ${{ AZURE_OPENAI_API_KEY }}
109118
grader_target: grader
110-
tools: read,bash,edit,write
111119
log_format: json
112120

113121
- name: codex

0 commit comments

Comments
 (0)