remove org key

This commit is contained in:
Braelyn Boynton
2024-04-15 15:39:24 -04:00
parent e82149aaf9
commit 2af85c35b4
2 changed files with 211 additions and 210 deletions

View File

@@ -239,9 +239,6 @@ class Crew(BaseModel):
i18n = I18N(language=self.language, language_file=self.language_file)
if agentops:
agentops.set_parent_key("daebe730-f54d-4af5-98df-e6946fb76d13")
for agent in self.agents:
agent.i18n = i18n
agent.crew = self