aboutsummaryrefslogtreecommitdiff
path: root/gn3/api
diff options
context:
space:
mode:
authorAlexander_Kabui2024-09-02 15:05:25 +0300
committerAlexander_Kabui2024-09-02 15:05:25 +0300
commit9c6f74d0a3f16a940b333d2a56803ed2e7d7c462 (patch)
treec1129583f42d22fdb8e096e36f1811b7c513f5a2 /gn3/api
parente7d55031ed35819b54483744912719ef6c0cb5b9 (diff)
downloadgenenetwork3-9c6f74d0a3f16a940b333d2a56803ed2e7d7c462.tar.gz
Add spacing after punctuation.
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 952a5b9..836a880 100644
--- a/gn3/api/llm.py
+++ b/gn3/api/llm.py
@@ -24,7 +24,7 @@ def search():
fahamu_token = current_app.config.get("FAHAMU_AUTH_TOKEN")
if not fahamu_token:
raise LLMError(
- "Request failed:an LLM authorisation token is required ", query)
+ "Request failed: an LLM authorisation token is required ", query)
task_id, answer, refs = get_gnqa(
query, fahamu_token, current_app.config.get("DATA_DIR"))
response = {