aboutsummaryrefslogtreecommitdiff
path: root/gn3/api
diff options
context:
space:
mode:
authorAlexander_Kabui2024-09-05 14:00:07 +0300
committerAlexander_Kabui2024-09-05 14:00:07 +0300
commit57986c976c702c590cc814fa9863c4fd9be42c6f (patch)
tree47803f8a0bc4256a1446376f4517fbfe85a5fa87 /gn3/api
parent4dc60a7de36134b416d3414bea0c89f49f9420f4 (diff)
downloadgenenetwork3-57986c976c702c590cc814fa9863c4fd9be42c6f.tar.gz
Apply pep8 formatting.
Diffstat (limited to 'gn3/api')
-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 192af23..cdf427e 100644
--- a/gn3/api/llm.py
+++ b/gn3/api/llm.py
@@ -80,7 +80,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