mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-10 08:38:30 +00:00
Checking supports_function_calling isntead of gpt models
This commit is contained in:
@@ -39,9 +39,3 @@ class OutputConverter(BaseModel, ABC):
|
||||
def to_json(self, current_attempt=1):
|
||||
"""Convert text to json."""
|
||||
pass
|
||||
|
||||
@property
|
||||
@abstractmethod
|
||||
def is_gpt(self) -> bool:
|
||||
"""Return if llm provided is of gpt from openai."""
|
||||
pass
|
||||
|
||||
Reference in New Issue
Block a user