mirror of
https://github.com/katanemo/plano.git
synced 2026-04-25 16:56:24 +02:00
make ratelimit section optional (#168)
This commit is contained in:
parent
f9e3a052fc
commit
6b70768170
4 changed files with 14 additions and 20 deletions
|
|
@ -72,14 +72,5 @@ prompt_targets:
|
|||
# if true arch will forward the response to the default LLM
|
||||
auto_llm_dispatch_on_response: true
|
||||
|
||||
ratelimits:
|
||||
- model: gpt-4
|
||||
selector:
|
||||
key: selector-key
|
||||
value: selector-value
|
||||
limit:
|
||||
tokens: 1
|
||||
unit: minute
|
||||
|
||||
tracing:
|
||||
random_sampling: 100
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue