Skip to content

Commit d815bc7

Browse files
Update index.py
1 parent 11d686b commit d815bc7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
prompt = input("🤖 How can I help you?\n")
1616

1717

18-
while prompt.lower() not in ("no", "n", "no!", "you can't", "you cant"):
18+
while prompt.lower() not in ("no", "n", "no!", "you can't", "you cant", "nothing"):
1919
# Generate a response
2020
completion = openai.Completion.create(
2121
engine=model_engine,
@@ -31,4 +31,4 @@
3131

3232
prompt = input("🤖 What else can I help you with?\n")
3333

34-
print("🤖...")
34+
print("🤖...")

0 commit comments

Comments
 (0)