mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-03 03:59:42 +00:00
Update llama.cpp and Ollama templates (#12466)
This commit is contained in:
@@ -19,10 +19,21 @@
|
||||
},
|
||||
{
|
||||
"cell_type": "code",
|
||||
"execution_count": null,
|
||||
"execution_count": 1,
|
||||
"id": "ff5869c6-2065-48f3-bb43-52a515968276",
|
||||
"metadata": {},
|
||||
"outputs": [],
|
||||
"outputs": [
|
||||
{
|
||||
"data": {
|
||||
"text/plain": [
|
||||
"'\\nNatural Language Response: Klay Thompson plays for the Golden State Warriors.'"
|
||||
]
|
||||
},
|
||||
"execution_count": 1,
|
||||
"metadata": {},
|
||||
"output_type": "execute_result"
|
||||
}
|
||||
],
|
||||
"source": [
|
||||
"from langserve.client import RemoteRunnable\n",
|
||||
"sql_app = RemoteRunnable('http://0.0.0.0:8001/sql_llamacpp')\n",
|
||||
|
Reference in New Issue
Block a user