Skip to content

Commit

Permalink
Fix message
Browse files Browse the repository at this point in the history
  • Loading branch information
wilsonzlin committed Apr 27, 2024
1 parent cab6c45 commit b6d16ce
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion api-embed-node/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,8 @@ def on_message(ws, raw):
"emb_dense": emb_dense.tobytes(),
"emb_sparse": convert_dict(emb_sparse),
}
)
),
opcode=websocket.ABNF.OPCODE_BINARY,
)


Expand Down

0 comments on commit b6d16ce

Please sign in to comment.