System AI
This commit is contained in:
parent
e732256cbf
commit
a7ad1e9bba
10 changed files with 271 additions and 13 deletions
|
|
@ -44,9 +44,8 @@ AUTHENTIK_BOOTSTRAP_TOKEN=
|
|||
LOG_REQUESTS=false
|
||||
|
||||
# ==============================================================================
|
||||
# OPTIONAL - System AI (Gemini API Key for quiz generation)
|
||||
# If set, users can generate quizzes without providing their own API key.
|
||||
# OPTIONAL - System AI (Gemini API Key for server-side quiz generation)
|
||||
# If set, users can generate quizzes using "System AI" without their own key.
|
||||
# Get a key at: https://aistudio.google.com/apikey
|
||||
# WARNING: This key is embedded in the frontend and visible to users.
|
||||
# ==============================================================================
|
||||
VITE_API_KEY=
|
||||
GEMINI_API_KEY=
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue