mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-05-06 05:42:36 +02:00
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:
parent
cea8562ecf
commit
acd60e95ec
20 changed files with 230 additions and 223 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.7.13"
|
||||
version = "0.7.14"
|
||||
|
||||
setuptools.setup(
|
||||
name="trustgraph",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue