mirror of
https://github.com/nomic-ai/gpt4all.git
synced 2025-10-11 19:24:50 +00:00
Allow you to monitor GPT4All-API with Sentry (#1271)
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user