mirror of
https://gitea.toothfairyai.com/ToothFairyAI/tf_code.git
synced 2026-03-30 13:54:01 +00:00
wip: zen
This commit is contained in:
parent
52f97ffdc9
commit
14a910bd64
@ -4,6 +4,7 @@ import { UsageInfo } from "./provider/provider"
|
||||
|
||||
export function createTrialLimiter(limit: number | undefined, ip: string) {
|
||||
if (!limit) return
|
||||
if (!ip) return
|
||||
|
||||
let trial: boolean
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user