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",
],
},
'caching',
{
type: 'category',
label: 'Extras',
items: [
'extras/secret',
'extras/caching',
],
},
"troubleshoot",

View file

@ -66,5 +66,5 @@ def test_gpt_cache():
print(f"response2: {response2}")
print(f"response3: {response3}")
pytest.fail(f"Error occurred:")
# test_gpt_cache()