Skip to content

Commit 373ff97

Browse files
committed
fix: removed action param
1 parent 6fa7406 commit 373ff97

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/client.js

-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@ async function send(conversation) {
6363
try {
6464
let data = await crud.socket.send({
6565
method: 'openai.chat.completions.create',
66-
action: 'chat',
6766
openai: {
6867
messages: conversation,
6968
max_tokens,

0 commit comments

Comments
 (0)