Curranj commited on
Commit
e7857bc
·
1 Parent(s): 8ca89d6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -70,7 +70,7 @@ def context_gpt_response(question):
70
  context = ''
71
  for match in match_list:
72
  context += str(match[0])
73
- prep = f"This is an OpenAI model tuned to answer questions specific to the Qualia Research institute, a research institute that focuses on the mathematics of consciousness. Here is some question-specific context, and then the Qualia Quesiton to answer: {context}. Q: {question} A: "
74
  # Generate an answer
75
  response = openai.Completion.create(
76
  engine="text-davinci-003",
 
70
  context = ''
71
  for match in match_list:
72
  context += str(match[0])
73
+ prep = f"This is an OpenAI model tuned to answer questions specific to the Qualia Research institute, a research institute that focuses on consciousness. Here is some question-specific context, and then the Question to answer, related to consciousness, the human experience, and phenomenology: {context}. Here is a question specific to QRI and consciousness in general Q: {question} A: "
74
  # Generate an answer
75
  response = openai.Completion.create(
76
  engine="text-davinci-003",