frohzinn's picture
download
raw
475 Bytes
/**
* Server-sent events wire format, shared by the chat stream and the
* /models/sse status feed (text/event-stream).
*/
// blank line between two events
export const SSE_RECORD_SEPARATOR = '\n\n';
// line break inside an event
export const SSE_LINE_SEPARATOR = '\n';
// data field prefix, the value follows after an optional space
export const SSE_DATA_PREFIX = 'data:';
// end-of-stream marker on the chat completion stream
export const SSE_DONE_MARKER = '[DONE]';

Xet Storage Details

Size:
475 Bytes
·
Xet hash:
0f3f2743a05d99f4dca6f3d1fb9a3f8be6ace4b75f3676d470c4262634aff39f

Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.