Skip to content

Commit

Permalink
Merge pull request #133 from DaniEnsi/patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
Soulter authored Oct 31, 2023
2 parents 0d8a69b + 984189c commit cc183e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hugchat/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cc183e8

Please sign in to comment.