We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 38092e6 + 8172613 commit aa5cde5Copy full SHA for aa5cde5
openapi.yaml
@@ -204,7 +204,7 @@ paths:
204
});
205
206
async function main() {
207
- const response = await client.chat.completions.create({
+ const response = await portkey.chat.completions.create({
208
messages: [{ role: "system", content: "You are a helpful assistant." }],
209
model: "gpt-4o",
210
@@ -225,7 +225,7 @@ paths:
225
226
227
228
229
230
231
0 commit comments