Skip to content

Commit

Permalink
removed personal api key
Browse files Browse the repository at this point in the history
  • Loading branch information
barrettkwise authored Mar 8, 2022
1 parent 557d678 commit d345255
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 d345255

Please sign in to comment.