Skip to content

Commit aa5cde5

Browse files
Merge pull request #71 from Portkey-AI/vrushankportkey-patch-1
Update openapi.yaml
2 parents 38092e6 + 8172613 commit aa5cde5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

openapi.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ paths:
204204
});
205205

206206
async function main() {
207-
const response = await client.chat.completions.create({
207+
const response = await portkey.chat.completions.create({
208208
messages: [{ role: "system", content: "You are a helpful assistant." }],
209209
model: "gpt-4o",
210210
});
@@ -225,7 +225,7 @@ paths:
225225
});
226226

227227
async function main() {
228-
const response = await client.chat.completions.create({
228+
const response = await portkey.chat.completions.create({
229229
messages: [{ role: "system", content: "You are a helpful assistant." }],
230230
model: "gpt-4o",
231231
});

0 commit comments

Comments
 (0)