mirror of
https://github.com/hwchase17/langchain.git
synced 2025-07-17 02:03:44 +00:00
parent
785b9d47b7
commit
44489e7029
@ -1,4 +0,0 @@
|
|||||||
from .client import RemoteRunnable
|
|
||||||
from .server import add_routes
|
|
||||||
|
|
||||||
__all__ = ["RemoteRunnable", "add_routes"]
|
|
@ -1,4 +1,4 @@
|
|||||||
from .client import RemoteRunnable
|
from langserve.client import RemoteRunnable
|
||||||
from .server import add_routes
|
from langserve.server import add_routes
|
||||||
|
|
||||||
__all__ = ["RemoteRunnable", "add_routes"]
|
__all__ = ["RemoteRunnable", "add_routes"]
|
||||||
|
Loading…
Reference in New Issue
Block a user