Skip to content

Commit

Permalink
Deleted unused respPatterns.start from MixerBox AI
Browse files Browse the repository at this point in the history
  • Loading branch information
adamlui committed Jan 27, 2025
1 parent 1f6be5d commit c6459e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/data/ai-chat-apis.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
},
"method": "POST",
"parsingRequired": true,
"respPatterns": { "start": "data:message_start", "done": "data:(?:message_end|done)" },
"respPatterns": { "done": "data:(?:message_end|done)" },
"streamable": true
},
"OpenAI": {
Expand Down

0 comments on commit c6459e7

Please sign in to comment.