liguodongiot--llm-action
7 行
161 B
Python
7 行
161 B
Python
from langserve import RemoteRunnable
|
|
|
|
|
|
remote_chain = RemoteRunnable("http://localhost:8000/chain/")
|
|
|
|
remote_chain.invoke({"language": "italian", "text": "hi"})
|