mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-07 14:03:26 +00:00
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:
@@ -89,7 +89,7 @@
|
||||
{
|
||||
"data": {
|
||||
"text/plain": [
|
||||
"{'sentiment': 'aggressive', 'aggressiveness': 8}"
|
||||
"{'sentiment': 'aggressive', 'aggressiveness': 8, 'language': 'english'}"
|
||||
]
|
||||
},
|
||||
"execution_count": 7,
|
||||
|
Reference in New Issue
Block a user