mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-06-16 10:25:13 +02:00
Fix replace strings for JSON (#57)
* Fix replace strings for JSON * Add JSON markdown preamble/postamble in prompts * Remove JSON chicanery in LLM handling * Bump version
This commit is contained in:
parent
3445759598
commit
375b213a54
25 changed files with 277 additions and 276 deletions
2
setup.py
2
setup.py
|
|
@ -4,7 +4,7 @@ import os
|
|||
with open("README.md", "r") as fh:
|
||||
long_description = fh.read()
|
||||
|
||||
version = "0.9.2"
|
||||
version = "0.9.3"
|
||||
|
||||
setuptools.setup(
|
||||
name="trustgraph",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue