diff --git a/src/hugchat/cli.py b/src/hugchat/cli.py index 236bf8f..36111dc 100644 --- a/src/hugchat/cli.py +++ b/src/hugchat/cli.py @@ -98,7 +98,7 @@ def cli(): if question == "/new": cid = chatbot.new_conversation() - print("The new conversation ID is: " + cid) + print("The new conversation ID is: " + str(cid)) chatbot.change_conversation(cid) print("Conversation changed successfully.") continue