Commit b18d06d
committed
fix: use convertTranscriptToMLXChat in streamResponse
Fix compilation error where streamResponse was calling non-existent
helper functions (extractInstructionSegments, convertSegmentsToMLXMessage,
etc.) that were removed in the refactoring PR mattt#66.
Now uses convertTranscriptToMLXChat, consistent with the respond method.1 parent c2ce310 commit b18d06d
1 file changed
+2
-8
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
189 | 189 | | |
190 | 190 | | |
191 | 191 | | |
192 | | - | |
193 | | - | |
194 | | - | |
195 | | - | |
196 | | - | |
197 | | - | |
198 | | - | |
199 | | - | |
| 192 | + | |
| 193 | + | |
200 | 194 | | |
201 | 195 | | |
202 | 196 | | |
| |||
0 commit comments