Revert "Revert "Add support for multiple LLM Providers (#60)""

This reverts commit 43d6bc80e9.
This commit is contained in:
José Ulises Niño Rivera 2024-09-25 09:52:20 -07:00
parent 43d6bc80e9
commit d38246ceaf
12 changed files with 456 additions and 127 deletions

View file

@ -19,6 +19,7 @@ http = "1.1.0"
governor = { version = "0.6.3", default-features = false, features = ["no_std"]}
tiktoken-rs = "0.5.9"
acap = "0.3.0"
rand = "0.8.5"
[dev-dependencies]
proxy-wasm-test-framework = { git = "https://github.com/katanemo/test-framework.git", branch = "main" }