Skip to content

Commit

Permalink
remove deepseek from structure output tests, as it does not support s…
Browse files Browse the repository at this point in the history
…tructured outputs yet
  • Loading branch information
rishsriv committed Jan 21, 2025
1 parent e824df1 commit 5bfe1b3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/test_utils_multi_llm.py
Original file line number Diff line number Diff line change
Expand Up @@ -237,8 +237,6 @@ async def test_sql_chat_structured_async(self):
"gpt-4o",
"o1",
"gemini-2.0-flash-exp",
"deepseek-chat",
"deepseek-reasoner"
]
for model in models:
response = await chat_async(
Expand Down

0 comments on commit 5bfe1b3

Please sign in to comment.