diff options
| author | Alexander_Kabui | 2025-07-11 17:47:02 +0300 |
|---|---|---|
| committer | BonfaceKilz | 2025-07-16 22:50:45 +0300 |
| commit | c6a3f1945af9a1891d3ecd19ff43b3a3a6eae62c (patch) | |
| tree | 00241abaa2cff34639216e572cd3493cc0e4443f /gn3 | |
| parent | 063a71f9c5d7191dfa25f63479128a96a61cd19e (diff) | |
| download | genenetwork3-c6a3f1945af9a1891d3ecd19ff43b3a3a6eae62c.tar.gz | |
feat: Minor fix.
Diffstat (limited to 'gn3')
| -rw-r--r-- | gn3/api/llm.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gn3/api/llm.py b/gn3/api/llm.py index 8689290..e8ba2b3 100644 --- a/gn3/api/llm.py +++ b/gn3/api/llm.py @@ -200,10 +200,6 @@ def search(auth_token=None, valid_anony=False): raise LLMError( "Request failed: an LLM authorisation token is required ", query) database_setup() - # check if is valid anon - # if valid_anony: - check_rate_limiter(request, current_app.config["LLM_DB_PATH"]) #Will raise error if not - # else verified user allowed with db.connection(current_app.config["LLM_DB_PATH"]) as conn: cursor = conn.cursor() previous_answer_query = """ |
