docs: fix docs/tutorials/llm_chain.ipynb (#23807)

to correctly display the link

Co-authored-by: Mu Xianming <mu.xianming@lmwn.com>
This commit is contained in:
Mu Xian Ming
2024-07-04 03:38:31 +08:00
committed by GitHub
parent d206df8d3d
commit c06c666ce5

View File

@@ -538,7 +538,7 @@
"\n",
"### Client\n",
"\n",
"Now let's set up a client for programmatically interacting with our service. We can easily do this with the `[langserve.RemoteRunnable](/docs/langserve/#client)`.\n",
"Now let's set up a client for programmatically interacting with our service. We can easily do this with the [langserve.RemoteRunnable](/docs/langserve/#client).\n",
"Using this, we can interact with the served chain as if it were running client-side."
]
},