项目文件夹

文件
2026-07-13 13:23:29 +08:00

7 行
161 B
Python

from langserve import RemoteRunnable
remote_chain = RemoteRunnable("http://localhost:8000/chain/")
remote_chain.invoke({"language": "italian", "text": "hi"})