fix: various fixes for workflow tests (#1788)

This commit is contained in:
Sarah Wooders
2024-09-25 13:58:21 -07:00
committed by GitHub
parent d18055f0dc
commit 424cfd60b3
14 changed files with 48 additions and 44 deletions

View File

@@ -313,6 +313,7 @@ def create(
if "inference.memgpt.ai" in llm_config.model_endpoint:
# override user id for inference.memgpt.ai
import uuid
data.user = str(uuid.UUID(int=0))
if stream: # Client requested token streaming