Skip to content

Commit b0c369f

Browse files
committed
update formatting
1 parent b535806 commit b0c369f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -224,9 +224,7 @@ Sends a request to the `/chat/completions` endpoint.
224224
Returns HTTP status, response object, and output headers. The response object
225225
will be decoded from JSON if possible, otherwise the raw string is returned.
226226

227-
##### `client:chat(messages, opts, chunk_callback)`
228-
229-
**Deprecated**
227+
##### `client:chat(messages, opts, chunk_callback)` **Deprecated**
230228

231229
Legacy alias for `create_chat_completion` with filtered streaming chunks. When streaming, the callback receives parsed chunks in the format `{content = "...", index = ...}` instead of raw event objects.
232230

0 commit comments

Comments
 (0)