Update app.py
Browse files
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
|
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):
|