mirror of
https://github.com/hwchase17/langchain.git
synced 2025-07-17 18:23:59 +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:
parent
93bb19f69a
commit
7ae8b7f065
@ -89,7 +89,7 @@
|
|||||||
{
|
{
|
||||||
"data": {
|
"data": {
|
||||||
"text/plain": [
|
"text/plain": [
|
||||||
"{'sentiment': 'aggressive', 'aggressiveness': 8}"
|
"{'sentiment': 'aggressive', 'aggressiveness': 8, 'language': 'english'}"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"execution_count": 7,
|
"execution_count": 7,
|
||||||
|
Loading…
Reference in New Issue
Block a user