mirror of
https://github.com/katanemo/plano.git
synced 2026-06-29 15:49:40 +02:00
supply per agent model
This commit is contained in:
parent
96e857a682
commit
0ba7d73284
5 changed files with 38 additions and 27 deletions
|
|
@ -101,7 +101,9 @@ impl RatelimitMap {
|
|||
) -> Result<(), Error> {
|
||||
trace!(
|
||||
"Checking limit for provider={}, with selector={:?}, consuming tokens={:?}",
|
||||
provider, selector, tokens_used
|
||||
provider,
|
||||
selector,
|
||||
tokens_used
|
||||
);
|
||||
|
||||
let provider_limits = match self.datastore.get(&provider) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue