We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25e2914 commit afedefbCopy full SHA for afedefb
docs/quick-start.md
@@ -153,10 +153,10 @@ $ ls output_mistral/datachain-demo/chatbot-KiT/ | wc -l
153
31
154
```
155
156
-## Serializing Python-objects
+## Serializing Python objects
157
158
-LLM responses may contain valuable information for analytics -- such as
159
-the number of tokens used, or the model performance parameters.
+LLM responses may contain valuable information for analytics, such as
+the number of tokens used or the model performance parameters.
160
161
Instead of extracting this information from the Mistral response data
162
structure (class `ChatCompletionResponse`), DataChain can
0 commit comments