Add Ratelimit on request tokens (#44)

Signed-off-by: José Ulises Niño Rivera <junr03@users.noreply.github.com>
This commit is contained in:
José Ulises Niño Rivera 2024-09-04 17:28:12 -07:00 committed by GitHub
parent d98517f240
commit dd48689aee
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 698 additions and 200 deletions

View file

@ -18,6 +18,7 @@ open-message-format-embeddings = { path = "../open-message-format/clients/omf-em
public-types = { path = "../public-types" }
http = "1.1.0"
governor = "0.6.3"
tiktoken-rs = "0.5.9"
[dev-dependencies]
proxy-wasm-test-framework = { git = "https://github.com/katanemo/test-framework.git", branch = "main" }