We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6fa7406 commit 373ff97Copy full SHA for 373ff97
src/client.js
@@ -63,7 +63,6 @@ async function send(conversation) {
63
try {
64
let data = await crud.socket.send({
65
method: 'openai.chat.completions.create',
66
- action: 'chat',
67
openai: {
68
messages: conversation,
69
max_tokens,
0 commit comments