From 19641f1af4daeff7ce2f0d3ce508bdbd2235d5c0 Mon Sep 17 00:00:00 2001 From: ALEX CHEN Date: Mon, 11 Sep 2023 18:45:09 +0000 Subject: [PATCH] Fix the comment in the last PR --- example/chatbot/openai_model_demo.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/chatbot/openai_model_demo.py b/example/chatbot/openai_model_demo.py index eea4484..733acac 100644 --- a/example/chatbot/openai_model_demo.py +++ b/example/chatbot/openai_model_demo.py @@ -5,7 +5,7 @@ # Creating an OpenAI model (requires an OpenAI API key) # ########################################################## # enter openai api key here -api_key = "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" +api_key = "" # Creating an OpenAI model model = pykoi.ModelFactory.create_model(