mirror of
https://github.com/nagisa77/OpenIsle.git
synced 2026-02-24 07:00:49 +08:00
feat: limit daily AI formatting usage
This commit is contained in:
@@ -49,3 +49,5 @@ google.client-id=${GOOGLE_CLIENT_ID:}
|
||||
# OpenAI configuration
|
||||
openai.api-key=${OPENAI_API_KEY:}
|
||||
openai.model=${OPENAI_MODEL:gpt-4o}
|
||||
# AI markdown format usage limit per user per day (-1 for unlimited)
|
||||
app.ai.format-limit=${AI_FORMAT_LIMIT:3}
|
||||
|
||||
Reference in New Issue
Block a user