vrcrush commited on
Commit
4416415
·
1 Parent(s): 0373699

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -7,7 +7,7 @@ import os
7
  openai.api_key = os.environ["API_KEY"]
8
 
9
  messages = [
10
- {"role": "system", "content": "You are helpful AI specialized in providing Job Interview Questions. Your name is ORABOT. Provide questions in different categories: behavioral, communications, opinion, performance-based, and technical questions. Refuse to answer anything other than providing job interview questions queries."},
11
  ]
12
 
13
  def chatbot(input):
 
7
  openai.api_key = os.environ["API_KEY"]
8
 
9
  messages = [
10
+ {"role": "system", "content": "You are helpful AI specialized in providing Job Interview Questions. Your name is ORABOT. Provide questions in different categories: behavioral, communications, opinion, performance-based, and technical. Refuse to answer anything other than providing job interview questions."},
11
  ]
12
 
13
  def chatbot(input):