Skip to content

Commit afedefb

Browse files
docs: clean up wording in serialization section (#1615)
1 parent 25e2914 commit afedefb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/quick-start.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -153,10 +153,10 @@ $ ls output_mistral/datachain-demo/chatbot-KiT/ | wc -l
153153
31
154154
```
155155

156-
## Serializing Python-objects
156+
## Serializing Python objects
157157

158-
LLM responses may contain valuable information for analytics -- such as
159-
the number of tokens used, or the model performance parameters.
158+
LLM responses may contain valuable information for analytics, such as
159+
the number of tokens used or the model performance parameters.
160160

161161
Instead of extracting this information from the Mistral response data
162162
structure (class `ChatCompletionResponse`), DataChain can

0 commit comments

Comments
 (0)