From d34525537adb5fbd0adf54b358fac10a897b4c9f Mon Sep 17 00:00:00 2001 From: Barrett Wise Date: Tue, 8 Mar 2022 12:16:05 -0500 Subject: [PATCH] removed personal api key --- python/chatbot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/chatbot.py b/python/chatbot.py index 0d880dc..57cffd1 100644 --- a/python/chatbot.py +++ b/python/chatbot.py @@ -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: "