michaelmc1618 commited on
Commit
0abf409
·
verified ·
1 Parent(s): a5673c7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -202,7 +202,7 @@ def update_pdf_gallery_and_extract_text(pdf_files):
202
  return pdf_files, pdf_text
203
 
204
  def get_top_10_cases():
205
- prompt = "Give me a list of the current top 10 cases in the country being discussed by the top lawyers in the country."
206
  response = ""
207
  for message in client.chat_completion(
208
  [{"role": "system", "content": "You are a legal expert providing information about top legal cases."},
 
202
  return pdf_files, pdf_text
203
 
204
  def get_top_10_cases():
205
+ prompt = "Give me a list of 10 random cases with case numbers and names in the country being discussed by the top lawyers in the country."
206
  response = ""
207
  for message in client.chat_completion(
208
  [{"role": "system", "content": "You are a legal expert providing information about top legal cases."},