Skip to content

Commit c568140

Browse files
authored
fix: markdown links
1 parent d41511f commit c568140

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
Partial JSON Parser, written in Python to stream JSON responses from LLMs
33

44
**Note**
5-
- This is a experimental purposes only and currently in development. For production use, prefer existing packages like [partial-json-parser]([url](https://pypi.org/project/partial-json-parser/))
5+
- This is a experimental purposes only and currently in development. For production use, prefer existing packages like [partial-json-parser](https://pypi.org/project/partial-json-parser/)
66
- Currently supports only String & Objects. I will be working on supporting all types soon
77

88
**Demo**
9-
- Streaming large JSON response iteratively: [Repl.it]([url](https://replit.com/@utmishra1/Partial-JSON-Streaming-Parser-for-LLM-Demo))
9+
- Streaming large JSON response iteratively: [Repl.it](https://replit.com/@utmishra1/Partial-JSON-Streaming-Parser-for-LLM-Demo)
1010
- The front-end files are AI-generated, not efficient and for demo purposes only

0 commit comments

Comments
 (0)