Skip to content

Commit

Permalink
last update
Browse files Browse the repository at this point in the history
  • Loading branch information
principle105 committed Sep 8, 2022
1 parent 39f76ab commit 7817c3e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ pip install thomasthechatbot
from ttc import Chatbot, Context
from ttc.utils import download_nltk_data

# Only needs to be run once
# Only needs to be run once (can be removed after first run)
download_nltk_data()

ctx = Context()
Expand All @@ -44,7 +44,7 @@ while talk:
# Saving the response to the context
ctx.save_resp(resp)

print(resp)
print(f"Thomas: {resp}")

# Saving the chatbot data
chatbot.save_data()
Expand Down

0 comments on commit 7817c3e

Please sign in to comment.