This commit is contained in:
JackColquitt 2024-08-21 18:37:41 -07:00
parent 092dcf770b
commit f96781d920

View file

@ -88,7 +88,7 @@ Most configurations allow adjusting some model parameters. For configurations wi
```
> [!TIP]
> The default `temperature` in `TrustGraph` is set to `0.0`. Even for models with long input contexts, the max output might only be 2048 (like some intances of Llama3.>1). Make sure `max_output` is not set higher than allowed for a given model.
> The default `temperature` in `TrustGraph` is set to `0.0`. Even for models with long input contexts, the max output might only be 2048 (like some intances of Llama3.1). Make sure `max_output` is not set higher than allowed for a given model.
## Choose a TrustGraph Configuration