Skip to content

Commit

Permalink
remove incorrect argument
Browse files Browse the repository at this point in the history
  • Loading branch information
gr2m committed Sep 10, 2024
1 parent 8bba37b commit 27349a8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,6 @@ const server = createServer(async (request, response) => {
stream: true,
model: "gpt-4o",
messages: compatibilityPayload.messages,
token: apiKey,
})

for await (const chunk of stream) {
Expand Down

0 comments on commit 27349a8

Please sign in to comment.