Update LLM text-completion duration metric (#40)

* Added LLM duration metric, better buckets

* Added heatmap to dashboard to replace 95/97/99 chart

* Bump version
This commit is contained in:
cybermaggedon 2024-08-26 11:46:36 +01:00 committed by GitHub
parent d0e3fcf019
commit 0159e938a2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
26 changed files with 502 additions and 429 deletions

View file

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