Resolved outlet issue

This commit is contained in:
0xThresh.eth
2024-06-16 11:18:13 -07:00
parent b983e8f257
commit 6d508be496
3 changed files with 1 additions and 4 deletions

View File

@@ -109,8 +109,6 @@ class Pipeline:
async def outlet(self, body: dict, user: Optional[dict] = None) -> dict:
print(f"outlet:{__name__}")
if body["chat_id"] not in self.chat_generations:
return body
self.LLMObs.annotate(
span = self.llm_span,