AjithKSenthil commited on
Commit
91605cf
·
1 Parent(s): 8939274

Update chatbot.py

Browse files
Files changed (1) hide show
  1. chatbot.py +2 -1
chatbot.py CHANGED
@@ -4,7 +4,8 @@ import gradio as gr
4
 
5
 
6
 
7
- openai.api_key = "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"
 
8
 
9
  messages = [
10
  {"role": "system", "content":"You are an attachment and personality surveyor"},
 
4
 
5
 
6
 
7
+ # openai.api_key = "your openAI api key here" or
8
+ openai.api_key = "your openAI api key here"
9
 
10
  messages = [
11
  {"role": "system", "content":"You are an attachment and personality surveyor"},