Pakket: python3-partial-json-parser (0.2.1.1.post5-1)
Verwijzigingen voor python3-partial-json-parser
Debian bronnen:
Het bronpakket partial-json-parser downloaden:
- [partial-json-parser_0.2.1.1.post5-1.dsc]
- [partial-json-parser_0.2.1.1.post5.orig.tar.gz]
- [partial-json-parser_0.2.1.1.post5-1.debian.tar.xz]
Beheerders:
Externe bronnen:
- Homepage [github.com]
Vergelijkbare pakketten:
to produce structural information instead of natural language
Sometimes we need LLM (Large Language Models) to produce structural information instead of natural language. The easiest way is to use JSON. But before receiving the last token of response, the JSON is broken, which means you can't use JSON.parse to decode it. But we still want to stream the data to the user. Here comes partial-json-parser, a lightweight and customizable library for parsing partial JSON strings. Here is a demo.
Andere aan python3-partial-json-parser gerelateerde pakketten
|
|
|
|
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)