forked from phoenix/litellm-mirror
move caching
This commit is contained in:
parent
77436cbcf4
commit
4e8bfeb6f1
3 changed files with 2 additions and 2 deletions
|
@ -58,12 +58,12 @@ const sidebars = {
|
|||
"observability/supabase_integration",
|
||||
],
|
||||
},
|
||||
'caching',
|
||||
{
|
||||
type: 'category',
|
||||
label: 'Extras',
|
||||
items: [
|
||||
'extras/secret',
|
||||
'extras/caching',
|
||||
],
|
||||
},
|
||||
"troubleshoot",
|
||||
|
|
|
@ -66,5 +66,5 @@ def test_gpt_cache():
|
|||
print(f"response2: {response2}")
|
||||
print(f"response3: {response3}")
|
||||
pytest.fail(f"Error occurred:")
|
||||
|
||||
# test_gpt_cache()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue