From 884f57de47dfb7e80fd8ff25760ce5353267964e Mon Sep 17 00:00:00 2001 From: Alexander_Kabui Date: Mon, 2 Sep 2024 15:09:56 +0300 Subject: Fix spacing after punctuation. --- gn3/api/llm.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gn3') 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 -- cgit v1.2.3