aboutsummaryrefslogtreecommitdiff
path: root/gn3
diff options
context:
space:
mode:
Diffstat (limited to 'gn3')
-rw-r--r--gn3/api/llm.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gn3/api/llm.py b/gn3/api/llm.py
index a617faf..8d17bc2 100644
--- a/gn3/api/llm.py
+++ b/gn3/api/llm.py
@@ -81,7 +81,7 @@ def rate_queries(task_id):
weight=excluded.weight
""", (str(user_id), query, answer, weight, task_id))
return {
- "message": "You have successfully rated this query.Thank you!"
+ "message": "You have successfully rated this query. Thank you!"
}, 200