This commit is contained in:
Braelyn Boynton
2024-04-17 17:19:38 -07:00
parent 0ce8d14742
commit 7f5635fb9e
2 changed files with 2 additions and 11 deletions

View File

@@ -9,10 +9,7 @@ from crewai.agents.tools_handler import ToolsHandler
from crewai.telemetry import Telemetry
from crewai.tools.tool_calling import InstructorToolCalling, ToolCalling
from crewai.utilities import I18N, Converter, ConverterError, Printer
try:
import agentops
except ImportError:
agentops = None
import agentops
OPENAI_BIGGER_MODELS = ["gpt-4"]