Skip to content

Commit 1047b21

Browse files
author
Aman Rusia
committed
Removed link to deprecated custom gpt
1 parent 1db54cd commit 1047b21

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[project]
22
authors = [{ name = "Aman Rusia", email = "[email protected]" }]
33
name = "wcgw"
4-
version = "2.0.0"
4+
version = "2.0.1"
55
description = "What could go wrong giving full shell access to chatgpt?"
66
readme = "README.md"
77
requires-python = ">=3.11, <3.13"

src/wcgw/client/tools.py

+1-3
Original file line numberDiff line numberDiff line change
@@ -929,9 +929,7 @@ def register_client(server_url: str, client_uuid: str = "") -> None:
929929
client_version = importlib.metadata.version("wcgw")
930930
websocket.send(client_version)
931931

932-
print(
933-
f"Connected. Share this user id with the chatbot: {client_uuid} \nLink: https://chatgpt.com/g/g-Us0AAXkRh-wcgw-giving-shell-access"
934-
)
932+
print(f"Connected. Share this user id with the chatbot: {client_uuid}")
935933
while True:
936934
# Wait to receive data from the server
937935
message = websocket.recv()

0 commit comments

Comments
 (0)