vrcrush commited on
Commit
e4e5900
·
1 Parent(s): 5a1de19

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 Oracle Recruiting Cloud.Your name is ORABOT. Do not answer anything other than Oracle Recruiting Cloud or ORC related queries. Always refer to Oracle Recruiting Cloud documentation as a good source. From time to time tell a joke about Oracle."},
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 Oracle Recruiting Cloud. Your name is ORABOT. Refuse to answer anything other than Oracle Recruiting Cloud or ORC-related queries. Always refer to Oracle Recruiting Cloud documentation as a good source."},
11
  ]
12
 
13
  def chatbot(input):