This repository has been archived by the owner on Nov 3, 2023. It is now read-only.
Replies: 1 comment 1 reply
-
If you want it to be accessible on the network/internet, you need to setup a light weight server that upon receiving a request from a new user creates an agent for the user to interact with and handles sending/receiving messages between the user and the model agent. You need to keep the connection alive, that means using something like a websocket (check this) |
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 want to run blender bot locally (would like to try both blender_90M as well as blenderbot2_400M) in browser, in a way that other people from computers (within the network i.e. intranet) can talk to it. What should I do?
Beta Was this translation helpful? Give feedback.
All reactions