From 9c6f74d0a3f16a940b333d2a56803ed2e7d7c462 Mon Sep 17 00:00:00 2001 From: Alexander_Kabui Date: Mon, 2 Sep 2024 15:05:25 +0300 Subject: Add 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 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 = { -- cgit v1.2.3