Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
barrettkwise committed Mar 14, 2022
2 parents 0ee899a + d345255 commit 71ecd8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/chatbot.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
import openai as ai

def airesponse(word):
ai.api_key ="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"
ai.api_key ="api-key"

start_sequence = "\nAI:"
restart_sequence = "\nHuman: "
Expand Down

0 comments on commit 71ecd8e

Please sign in to comment.