Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -110,7 +110,7 @@ vulnerability_user_message_template = """
|
|
110 |
{output}
|
111 |
"""
|
112 |
|
113 |
-
rater_model = "gpt-4o"
|
114 |
|
115 |
chat_client = Client(
|
116 |
"pgurazada1/insurance-policy-qna",
|
|
|
110 |
{output}
|
111 |
"""
|
112 |
|
113 |
+
rater_model = "gpt-4o-mini"
|
114 |
|
115 |
chat_client = Client(
|
116 |
"pgurazada1/insurance-policy-qna",
|