ashwinaravind commited on
Commit
b5d1b9b
·
verified ·
1 Parent(s): c9792a7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -32,6 +32,7 @@ def invoke_openai(prompt):
32
  model='gpt-3.5-turbo',
33
  messages=[
34
  {"role": "system", "content": sys_prompt},
 
35
  {"role": "user", "content": prompt}
36
  ],
37
  temperature=0
 
32
  model='gpt-3.5-turbo',
33
  messages=[
34
  {"role": "system", "content": sys_prompt},
35
+ {"role": "system", "content": "Use only the context to answer the question"},
36
  {"role": "user", "content": prompt}
37
  ],
38
  temperature=0