From ac95a4df203d26cd2563f34100cde69577f6cc03 Mon Sep 17 00:00:00 2001 From: rusiaaman <34934104+rusiaaman@users.noreply.github.com> Date: Sat, 26 Oct 2024 17:09:32 +0530 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 770dc86..8bd7652 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ NOTE: you can resume a broken connection `wcgw --client-uuid $previous_uuid` # How it works -Your commands are relayed through a server that to the terminal client. [You could host the server on your own](https://github.com/rusiaaman/wcgw?tab=readme-ov-file#creating-your-own-custom-gpt-and-the-relay-server). For public convenience I've hosted one at https://wcgw.arcfu.com thanks to the gcloud free tier plan. +Your commands are relayed through a server to the terminal client. [You could host the server on your own](https://github.com/rusiaaman/wcgw?tab=readme-ov-file#creating-your-own-custom-gpt-and-the-relay-server). For public convenience I've hosted one at https://wcgw.arcfu.com thanks to the gcloud free tier plan. Chatgpt sends a request to the relay server using the user id that you share with it. The relay server holds a websocket with the terminal client against the user id and acts as a proxy to pass the request.