Skip to content

Commit

Permalink
Fix the comment in the last PR
Browse files Browse the repository at this point in the history
  • Loading branch information
alexchen4ai committed Sep 11, 2023
1 parent cd429b3 commit 19641f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/chatbot/openai_model_demo.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 19641f1

Please sign in to comment.