Trying to fix tests

This commit is contained in:
Brandon Hancock
2025-03-06 10:41:12 -05:00
parent cdb8f68aa6
commit a8ff88b6a8
5 changed files with 2046 additions and 1084 deletions

View File

@@ -219,7 +219,7 @@ def test_get_custom_llm_provider_gemini():
def test_get_custom_llm_provider_openai():
llm = LLM(model="gpt-4")
assert llm._get_custom_llm_provider() == "openai"
assert llm._get_custom_llm_provider() == None
def test_validate_call_params_supported():