Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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
|
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(
|