From e512584572bc57713fd8650eff880c48d1e56487 Mon Sep 17 00:00:00 2001 From: fm1320 Date: Tue, 26 Nov 2024 12:45:06 +0000 Subject: [PATCH] Run pre-commit hooks --- docs/source/tutorials/model_client.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/tutorials/model_client.rst b/docs/source/tutorials/model_client.rst index 662c03b4..438d34d3 100644 --- a/docs/source/tutorials/model_client.rst +++ b/docs/source/tutorials/model_client.rst @@ -956,7 +956,7 @@ Groq LLM Chat - Multichat Usage Note: Groq doesnt have embedder method to get embeddings like openai -The following example demonstrates how to set up a multi-turn conversation with the Groq LLM using the ``GroqAPIClient``. +The following example demonstrates how to set up a multi-turn conversation with the Groq LLM using the ``GroqAPIClient``. .. code-block:: python