Allow you to monitor GPT4All-API with Sentry (#1271)

This commit is contained in:
Andriy Mulyar
2023-07-25 12:47:41 -04:00
committed by GitHub
parent 545c23b4bd
commit 14f4b522d5
2 changed files with 13 additions and 0 deletions

View File

@@ -7,6 +7,7 @@ class Settings(BaseSettings):
gpt4all_path: str = '/models'
inference_mode: str = "cpu"
hf_inference_server_host: str = "http://gpt4all_gpu:80/generate"
sentry_dns: str = None
temp: float = 0.18
top_p: float = 1.0