aboutsummaryrefslogtreecommitdiff
path: root/gn3
diff options
context:
space:
mode:
authorAlexander_Kabui2024-05-01 06:47:08 +0300
committerAlexander_Kabui2024-05-01 06:47:08 +0300
commit23bf2cfe1cb0f1a1b37ee3222b4da198543b5e87 (patch)
treeefe512d5d1efcc5be7bfbc6493b1ee7e2d59dbd0 /gn3
parent76eba7e06b295f46858a27444a1bb5465a06bec6 (diff)
downloadgenenetwork3-23bf2cfe1cb0f1a1b37ee3222b4da198543b5e87.tar.gz
pep8 formatting
Diffstat (limited to 'gn3')
-rw-r--r--gn3/api/llm.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/gn3/api/llm.py b/gn3/api/llm.py
index 643d6a8..6a5b02e 100644
--- a/gn3/api/llm.py
+++ b/gn3/api/llm.py
@@ -84,7 +84,6 @@ def rating(task_id):
ON CONFLICT(task_id) DO UPDATE SET
weight=excluded.weight
""", (str(user_id), query, answer, weight, task_id))
-
return {
"message": "You have successfully rated this query:Thank you!!"
}, 200