Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -649,7 +649,7 @@ Format your response with clear headers and bullet points."""
|
|
649 |
"content": verification_prompt
|
650 |
}
|
651 |
],
|
652 |
-
temperature=
|
653 |
)
|
654 |
|
655 |
# Extract the verification text from the response
|
|
|
649 |
"content": verification_prompt
|
650 |
}
|
651 |
],
|
652 |
+
temperature=1
|
653 |
)
|
654 |
|
655 |
# Extract the verification text from the response
|