File tree 3 files changed +16
-3
lines changed
packages/openai-partial-stream
3 files changed +16
-3
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ charset = utf-8
11
11
12
12
[* .md ]
13
13
indent_style = space
14
- indent_size = 4
14
+ indent_size = 2
15
15
insert_final_newline = true
16
16
trim_trailing_whitespace = true
17
17
end_of_line = lf
Original file line number Diff line number Diff line change 1
- # Partial AI Stream Library
1
+ # OpenaAI Partial Stream Library
2
2
3
- Turn a stream of token into a parsable JSON object as soon as possible.
3
+ - Convert a ** stream of token** into a ** parsable JSON** object before the stream ends.
4
+ - Implement ** Streaming UI** in ** LLM** -based AI application.
5
+ - Leverage ** OpenAI Function Calling** for early stream processing.
6
+ - Parse ** JSON stream** into distinct ** entities** .
7
+ - Engage your users with a ** real-time** experience.
4
8
5
9
## Installation
6
10
7
11
``` bash
8
12
npm install openai-partial-stream
9
13
```
14
+
15
+ # Usage Example on GitHub
16
+
17
+ - [ GitHub repo] ( https://github.com/st3w4r/partial-stream )
Original file line number Diff line number Diff line change 4
4
"license" : " MIT" ,
5
5
"private" : false ,
6
6
"version" : " 0.3.4" ,
7
+ "repository" : {
8
+ "type" : " git" ,
9
+ "url" : " https://github.com/st3w4r/partial-stream.git" ,
10
+ "directory" : " packages/openai-partial-stream"
11
+ },
7
12
"devDependencies" : {
8
13
"@jest/globals" : " ^29.7.0" ,
9
14
"@types/jest" : " ^29.5.5" ,
You can’t perform that action at this time.
0 commit comments