mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-27 11:43:54 +00:00
docs(routing.md): add pre-call checks to docs
This commit is contained in:
parent
292cdd81e4
commit
8c6402b02d
3 changed files with 94 additions and 4 deletions
|
@ -301,7 +301,7 @@ def test_router_azure_acompletion():
|
|||
def test_router_context_window_check():
|
||||
"""
|
||||
- Give a gpt-3.5-turbo model group with different context windows (4k vs. 16k)
|
||||
- Send a 10k prompt
|
||||
- Send a 5k prompt
|
||||
- Assert it works
|
||||
"""
|
||||
from large_text import text
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue