mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-28 13:00:56 +03:00
init rateLimiter
This commit is contained in:
@@ -15,6 +15,9 @@ export interface IChatFlow {
|
||||
isPublic?: boolean
|
||||
apikeyid?: string
|
||||
chatbotConfig?: string
|
||||
rateLimit?: number
|
||||
rateLimitDuration?: number
|
||||
rateLimitMsg?: string
|
||||
}
|
||||
|
||||
export interface IChatMessage {
|
||||
|
||||
Reference in New Issue
Block a user