Skip to content

Commit 27349a8

Browse files
committed
remove incorrect argument
1 parent 8bba37b commit 27349a8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,6 @@ const server = createServer(async (request, response) => {
112112
stream: true,
113113
model: "gpt-4o",
114114
messages: compatibilityPayload.messages,
115-
token: apiKey,
116115
})
117116

118117
for await (const chunk of stream) {

0 commit comments

Comments
 (0)