diff options
| author | Alexander_Kabui | 2025-06-04 15:30:33 +0300 |
|---|---|---|
| committer | Alexander_Kabui | 2025-06-04 15:35:48 +0300 |
| commit | 13c575b479681c300082dce14aa9a2ffffed348e (patch) | |
| tree | a189ccdcd8e603075a42dcc7fc4bcf7d1436cf38 | |
| parent | 0e046525e73abc59e3a877ab3d42d1c0f240bd71 (diff) | |
| download | gn-ai-13c575b479681c300082dce14aa9a2ffffed348e.tar.gz | |
feat: Add new issue: Implement no login requirement for gnqa.
| -rw-r--r-- | issues/gnqa/implement-no-login-requirement-for-gnqa.gmi | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/issues/gnqa/implement-no-login-requirement-for-gnqa.gmi b/issues/gnqa/implement-no-login-requirement-for-gnqa.gmi new file mode 100644 index 00000000..9dcef534 --- /dev/null +++ b/issues/gnqa/implement-no-login-requirement-for-gnqa.gmi @@ -0,0 +1,20 @@ +# Implement No-Login Requirement for GNQA + +## Tags + +* type: feature +* status: progress +* priority: medium +* assigned: alexm, +* keywords: gnqa, user experience, authentication, login, llm + +## Description +This feature will allow usage of LLM/GNQA features without requiring user authentication, while implementing measures to filter out bots + + +## Tasks + +* [x] If logged in: perform AI search with zero penalty +* [ ] Add caching lifetime to save on token usage +* [ ] Routes: check for referrer headers — if the previous search was not from the homepage, perform AI search +* [ ] If global search returns more than *n* results (*n = number*), perform an AI search |
