Replies: 1 comment
-
TODO: Anonymous server to enable to use Anthropic from browser |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Remote server is a proxy server that uses its execution tools internally and exposes the executor interface externally.
You can simply use
RemoteExecutionTools
on client-side javascript and connect to your remote server.This is useful to make all logic on browser side but not expose your API keys or no need to use customer's GPU.
Remote server and client are exported in following packages:
@promptbook/remote-server
@promptbook/remote-client
Beta Was this translation helpful? Give feedback.
All reactions