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",
|
"observability/supabase_integration",
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
'caching',
|
||||||
{
|
{
|
||||||
type: 'category',
|
type: 'category',
|
||||||
label: 'Extras',
|
label: 'Extras',
|
||||||
items: [
|
items: [
|
||||||
'extras/secret',
|
'extras/secret',
|
||||||
'extras/caching',
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
"troubleshoot",
|
"troubleshoot",
|
||||||
|
|
|
@ -66,5 +66,5 @@ def test_gpt_cache():
|
||||||
print(f"response2: {response2}")
|
print(f"response2: {response2}")
|
||||||
print(f"response3: {response3}")
|
print(f"response3: {response3}")
|
||||||
pytest.fail(f"Error occurred:")
|
pytest.fail(f"Error occurred:")
|
||||||
|
# test_gpt_cache()
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue