Skip to content

Commit

Permalink
fix AI RLA examples based on real config (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
lena-larionova authored Jul 25, 2024
1 parent e9376b8 commit 32815f8
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 20 deletions.
17 changes: 7 additions & 10 deletions examples/ai-rate-limiting-advanced/_3.7.x.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
name: ai-rate-limiting-advanced
config:
model_providers:
- openai
- mistral
model_providers_limit:
- 1000
- 100
models_providers_window_size:
- 3600
- 60
sync_rate: 10
llm_providers:
- name: openai
limit: 1000
window_size: 3600
- name: mistral
limit: 100
window_size: 60
17 changes: 7 additions & 10 deletions examples/ai-rate-limiting-advanced/_3.8.x.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
name: ai-rate-limiting-advanced
config:
model_providers:
- openai
- mistral
model_providers_limit:
- 1000
- 100
models_providers_window_size:
- 3600
- 60
sync_rate: 10
llm_providers:
- name: openai
limit: 1000
window_size: 3600
- name: mistral
limit: 100
window_size: 60

0 comments on commit 32815f8

Please sign in to comment.