Revert "cleanup"

This reverts commit 7f5635fb9e.
This commit is contained in:
Braelyn Boynton
2024-04-19 19:02:20 -07:00
parent 4d1b460b80
commit cea33d9a5d
2 changed files with 11 additions and 2 deletions

View File

@@ -9,7 +9,10 @@ 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
import agentops
try:
import agentops
except ImportError:
agentops = None
OPENAI_BIGGER_MODELS = ["gpt-4"]