mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-06-03 03:45:13 +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
Makefile
2
Makefile
|
|
@ -1,6 +1,6 @@
|
|||
|
||||
# VERSION=$(shell git describe | sed 's/^v//')
|
||||
VERSION=0.7.13
|
||||
VERSION=0.7.14
|
||||
|
||||
DOCKER=podman
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue