Catch llm errors (#38)

* Catch 'null' output from prompt for some values, presumably this is
caused by an upstream LLM error.

* Bump version
This commit is contained in:
cybermaggedon 2024-08-26 10:52:39 +01:00 committed by GitHub
parent cea8562ecf
commit acd60e95ec
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
20 changed files with 230 additions and 223 deletions

View file

@ -4,7 +4,7 @@ import os
with open("README.md", "r") as fh:
long_description = fh.read()
version = "0.7.13"
version = "0.7.14"
setuptools.setup(
name="trustgraph",