Skip to content

Commit 944e85b

Browse files
committed
fix: merge conflict
1 parent b40ec62 commit 944e85b

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/client.js

-4
Original file line numberDiff line numberDiff line change
@@ -63,10 +63,6 @@ async function send(conversation) {
6363
try {
6464
let data = await crud.socket.send({
6565
method: 'openai.chat.completions.create',
66-
<<<<<<< HEAD
67-
action: 'chat',
68-
=======
69-
>>>>>>> master
7066
openai: {
7167
messages: conversation,
7268
max_tokens,

0 commit comments

Comments
 (0)