michaelmc1618 commited on
Commit
0784dbb
·
verified ·
1 Parent(s): fb38616

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -54,7 +54,7 @@ def respond(
54
  yield response, history + [(message, response)]
55
 
56
  def generate_case_outcome(prosecutor_response, defense_response):
57
- prompt = f"Prosecutor's Argument: {prosecutor_response}\nDefense Attorney's Argument: {defense_response}\n\nEvaluate both arguments, point out the strengths and weaknesses, and determine who won the case. Provide reasons for your decision."
58
  evaluation = ""
59
  for message in client.chat_completion(
60
  [{"role": "system", "content": "Give the real case details from a verified source. Detail the outcome and why."},
 
54
  yield response, history + [(message, response)]
55
 
56
  def generate_case_outcome(prosecutor_response, defense_response):
57
+ prompt = f"Give the real case details from a verified source. Detail the outcome and why."
58
  evaluation = ""
59
  for message in client.chat_completion(
60
  [{"role": "system", "content": "Give the real case details from a verified source. Detail the outcome and why."},