From f96781d9208a9b4ded0ddfdd14c88574b7c33087 Mon Sep 17 00:00:00 2001 From: JackColquitt Date: Wed, 21 Aug 2024 18:37:41 -0700 Subject: [PATCH] Typo fix --- docs/README.quickstart-docker-compose.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/README.quickstart-docker-compose.md b/docs/README.quickstart-docker-compose.md index 426588c5..1c059290 100644 --- a/docs/README.quickstart-docker-compose.md +++ b/docs/README.quickstart-docker-compose.md @@ -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