mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-09 08:08:32 +00:00
Fix lint errors in test file
Co-Authored-By: Joe Moura <joao@crewai.com>
This commit is contained in:
@@ -1,6 +1,8 @@
|
|||||||
import pytest
|
import pytest
|
||||||
|
|
||||||
from crewai.llm import LLM
|
from crewai.llm import LLM
|
||||||
|
|
||||||
|
|
||||||
def test_get_custom_llm_provider_gemini_2_5():
|
def test_get_custom_llm_provider_gemini_2_5():
|
||||||
"""Test that the Gemini 2.5 model is correctly identified as a Gemini provider."""
|
"""Test that the Gemini 2.5 model is correctly identified as a Gemini provider."""
|
||||||
llm = LLM(model="gemini/gemini-2.5-pro-exp-03-25")
|
llm = LLM(model="gemini/gemini-2.5-pro-exp-03-25")
|
||||||
|
|||||||
Reference in New Issue
Block a user