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 <baskaryan@gmail.com>
This commit is contained in:
ElliotKetchup
2023-10-12 02:06:04 +02:00
committed by GitHub
parent 93bb19f69a
commit 7ae8b7f065

View File

@@ -89,7 +89,7 @@
{
"data": {
"text/plain": [
"{'sentiment': 'aggressive', 'aggressiveness': 8}"
"{'sentiment': 'aggressive', 'aggressiveness': 8, 'language': 'english'}"
]
},
"execution_count": 7,