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

Update chatbot.py

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