test: override openai o1 prompt caching test - openai backend not caching right now

This commit is contained in:
Krrish Dholakia 2024-12-24 16:49:48 -08:00
parent 3e339d1600
commit 34d8386926

View file

@ -162,6 +162,10 @@ class TestOpenAIO1(BaseLLMChatTest):
"""Test that tool calls with no arguments is translated correctly. Relevant issue: https://github.com/BerriAI/litellm/issues/6833"""
pass
def test_prompt_caching(self):
"""Temporary override. o1 prompt caching is not working."""
pass
def test_o1_supports_vision():
"""Test that o1 supports vision"""