Roo-Kh commited on
Commit
57ed373
1 Parent(s): 13e8ec4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -245,7 +245,7 @@ def process_and_query(text=None):
245
  vectara_response_json = query_vectara(text)
246
  markdown_output = convert_to_markdown(vectara_response_json)
247
  client = OpenAI()
248
- prompt ="Answer in the same language, write it better,remove the sources, more understandable and 3 lines short:"
249
  markdown_output_final = markdown_output
250
 
251
  completion = client.chat.completions.create(
 
245
  vectara_response_json = query_vectara(text)
246
  markdown_output = convert_to_markdown(vectara_response_json)
247
  client = OpenAI()
248
+ prompt ="Answer in the same language, write it better,remove the sources, more understandable and make it 2 line answer:"
249
  markdown_output_final = markdown_output
250
 
251
  completion = client.chat.completions.create(