Add rate limiting

This commit is contained in:
2026-03-03 05:48:20 +00:00
parent 27dfe7298d
commit 119862d7ed
12 changed files with 648 additions and 2 deletions

View File

@@ -5,6 +5,11 @@ logging:
format: "text" # text format for easy reading in development
level: "debug" # debug level to see all logs
rate_limit:
enabled: false # disabled for testing
requests_per_second: 100
burst: 200
providers:
mock:
type: "openai"