Skip to content

Commit 16d72bb

Browse files
authored
Update components/openai/actions/chat-with-responses-api/chat-with-responses-api.mjs
1 parent b5ae275 commit 16d72bb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

components/openai/actions/chat-with-responses-api/chat-with-responses-api.mjs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,6 @@ export default {
148148
const response = await this.openai.responses({
149149
$,
150150
data,
151-
debug: true,
152151
});
153152

154153
if (response) {

0 commit comments

Comments
 (0)