From 7ae8b7f0657e7bd6fc3475fab2ec26312fa73689 Mon Sep 17 00:00:00 2001 From: ElliotKetchup <64539418+ElliotKetchup@users.noreply.github.com> Date: Thu, 12 Oct 2023 02:06:04 +0200 Subject: [PATCH] Llama doc: add 'language' to the response message (#11543) - **Description:** add 'language' to the reponse message in the Llama doc, - **Issue:** None, - **Dependencies:** None, - **Tag maintainer:** None, - **Twitter handle:** None Co-authored-by: Bagatur --- docs/docs/integrations/chat/llama_api.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/integrations/chat/llama_api.ipynb b/docs/docs/integrations/chat/llama_api.ipynb index 4afcdc2fd2..0567a21d6c 100644 --- a/docs/docs/integrations/chat/llama_api.ipynb +++ b/docs/docs/integrations/chat/llama_api.ipynb @@ -89,7 +89,7 @@ { "data": { "text/plain": [ - "{'sentiment': 'aggressive', 'aggressiveness': 8}" + "{'sentiment': 'aggressive', 'aggressiveness': 8, 'language': 'english'}" ] }, "execution_count": 7,