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