mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-05 13:06:03 +00:00
notebook fmt (#12498)
This commit is contained in:
@@ -36,7 +36,8 @@
|
||||
],
|
||||
"source": [
|
||||
"from langserve.client import RemoteRunnable\n",
|
||||
"sql_app = RemoteRunnable('http://0.0.0.0:8001/sql_llamacpp')\n",
|
||||
"\n",
|
||||
"sql_app = RemoteRunnable(\"http://0.0.0.0:8001/sql_llamacpp\")\n",
|
||||
"sql_app.invoke({\"question\": \"What team is Klay Thompson on?\"})"
|
||||
]
|
||||
}
|
||||
|
Reference in New Issue
Block a user