deepseek api testing - deepseek is currently hanging

This commit is contained in:
Ishaan Jaff 2025-01-27 22:04:36 -08:00
parent 46469c6087
commit 9644e197f7

View file

@ -1,7 +1,9 @@
from base_llm_unit_tests import BaseLLMChatTest
import pytest
# Test implementation
@pytest.mark.skip(reason="Deepseek API is hanging")
class TestDeepSeekChatCompletion(BaseLLMChatTest):
def get_base_completion_call_args(self) -> dict:
return {