You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/open-source/react-quickstart.mdx
+11-23
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ Or, start from our [Replit template](https://replit.com/@vocode/Simple-Conversat
13
13
14
14
## Setting up the conversation
15
15
16
-
Our self-hosted backend allows you to expose a websocket route in the same format that our hosted backend does. This allows you to deploy any agent you'd like into the conversation.
16
+
Our self-hosted backend allows you to expose a websocket route that operates like `StreamingConversation`.
17
17
18
18
To get started, clone the Vocode repo or copy the [client backend app](https://github.com/vocodedev/vocode-python/tree/main/apps/client_backend) directory.
19
19
@@ -57,34 +57,22 @@ uvicorn main:app --port 3000
57
57
You now have a server with a Vocode websocket route at localhost:3000! You can now use the `useConversation` hook with your self-hosted backend as follows:
0 commit comments