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:
cybermaggedon 2024-09-05 20:49:32 +01:00 committed by GitHub
parent 3445759598
commit 375b213a54
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
25 changed files with 277 additions and 276 deletions

View file

@ -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",