mirror of
https://github.com/tiennm99/litellm.git
synced 2026-08-23 22:27:10 +00:00
move caching
This commit is contained in:
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user