mirror of
https://github.com/BerriAI/litellm.git
synced 2026-08-28 05:25:59 +00:00
deepseek api testing - deepseek is currently hanging
This commit is contained in:
parent
46469c6087
commit
9644e197f7
1 changed files with 2 additions and 0 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue