mirror of
https://github.com/aljazceru/Auto-GPT.git
synced 2025-12-18 06:24:20 +01:00
refactor(benchmark): Disable Helicone integrations
We want to upgrade the OpenAI library, but `helicone` does not support `openai@^1.0.0`, so we're disabling the Helicone integration for now.
This commit is contained in:
@@ -64,10 +64,10 @@ class Challenge(ABC):
|
||||
# skip optional categories
|
||||
self.skip_optional_categories(config)
|
||||
|
||||
if os.environ.get("HELICONE_API_KEY"):
|
||||
from helicone.lock import HeliconeLockManager
|
||||
# if os.environ.get("HELICONE_API_KEY"):
|
||||
# from helicone.lock import HeliconeLockManager
|
||||
|
||||
HeliconeLockManager.write_custom_property("challenge", self.data.name)
|
||||
# HeliconeLockManager.write_custom_property("challenge", self.data.name)
|
||||
|
||||
timeout = self.data.cutoff or 60
|
||||
|
||||
|
||||
Reference in New Issue
Block a user