feat: implement RAG-based chatbot service with usage limits and history persistence
Build and Release / release (push) Successful in 1m23s
Build and Release / release (push) Successful in 1m23s
This commit is contained in:
@@ -3,6 +3,6 @@ package constants
|
||||
import "time"
|
||||
|
||||
const (
|
||||
MaxDailyAIUsage = 1000
|
||||
MaxDailyAIUsage = 50
|
||||
UsageExpiration = 24 * time.Hour
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user