Replies: 1 comment 1 reply
-
Could you elaborate on what you mean by proxying config? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'd like to be able to use a LangServe instance as a gateway for accessing different models, as part of a strategy to improve governance and convenience within our organization. The goal would be for consumers to be able to use a
RemoteRunnable
as a drop in replacement for aChatOpenAI
or similar, so all access to external dependencies goes through one microservice.Essentially you can take part of a chain and put it in a separate process, and everything should continue to work the same.
This is sort of possible today but only in a very limited sense because the RemoteRunnable doesn't proxy config in way one would expect.
Beta Was this translation helpful? Give feedback.
All reactions