Skip to content

Commit

Permalink
x
Browse files Browse the repository at this point in the history
  • Loading branch information
eyurtsev committed Oct 11, 2023
1 parent 25444f5 commit cc83df7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion examples/conversational_retrieval_chain/client.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,9 @@
}
],
"source": [
"await remote_runnable.ainvoke({\"question\": \"what do cats like?\", \"chat_history\": [(\"hi\", \"hi\")]})"
"await remote_runnable.ainvoke(\n",
" {\"question\": \"what do cats like?\", \"chat_history\": [(\"hi\", \"hi\")]}\n",
")"
]
},
{
Expand Down

0 comments on commit cc83df7

Please sign in to comment.