move caching

This commit is contained in:
ishaan-jaff 2023-08-26 16:16:58 -07:00
parent 77436cbcf4
commit 4e8bfeb6f1
3 changed files with 2 additions and 2 deletions

View file

@ -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",

View file

@ -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()