diff options
author | Alexander_Kabui | 2024-09-09 10:46:30 +0300 |
---|---|---|
committer | Alexander_Kabui | 2024-09-09 10:46:30 +0300 |
commit | a9cd30ea9cdc3c043370ea5ce647015fac49bd2f (patch) | |
tree | 751fa7f669308aeb4d4543ea3783933373088ed6 /issues/gnqa/implement-auth-to-gn-llm.gmi | |
parent | 86a09437a13e9825a0d00b58ca59e463804a28de (diff) | |
download | gn-gemtext-a9cd30ea9cdc3c043370ea5ce647015fac49bd2f.tar.gz |
Move related gnqa/llm issues to gnqa folder
Diffstat (limited to 'issues/gnqa/implement-auth-to-gn-llm.gmi')
-rw-r--r-- | issues/gnqa/implement-auth-to-gn-llm.gmi | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/issues/gnqa/implement-auth-to-gn-llm.gmi b/issues/gnqa/implement-auth-to-gn-llm.gmi new file mode 100644 index 0000000..496a7cb --- /dev/null +++ b/issues/gnqa/implement-auth-to-gn-llm.gmi @@ -0,0 +1,14 @@ +# Integrating gn-auth with gn-llm + +## Tags + +* assigned: alexm, Shelby +* keywords: llm, auth +* type: feature +* priority: high +* status: done, completed + +## Description + +The main objective is to integrate gn-authentication with gn-llm. This feature will ensure that only +logged-in users can access the functionality, thereby preventing misuse by bots and unauthorized users.
\ No newline at end of file |