feat: implement RAG-based chatbot service with daily usage rate limiting and background index worker
Build and Release / release (push) Successful in 1m27s
Build and Release / release (push) Successful in 1m27s
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
package constants
|
||||
|
||||
import "time"
|
||||
|
||||
const (
|
||||
MaxDailyAIUsage = 10
|
||||
UsageExpiration = 24 * time.Hour
|
||||
)
|
||||
Reference in New Issue
Block a user