We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10ae5cf commit 0b29ed1Copy full SHA for 0b29ed1
README.md
@@ -20,8 +20,8 @@ A tiny library to repair JSON string output from LLM. It fixes most of the commo
20
21
```xml
22
<dependency>
23
- <groupId>com.github.coderphonui</groupId>
24
- <artifactId>jsonautorepair</artifactId>
+ <groupId>com.cdpn</groupId>
+ <artifactId>llm-json-auto-repair</artifactId>
25
<version>1.0.1</version>
26
</dependency>
27
```
0 commit comments