fix: remove letta-free embeddings from testing (#6870)

This commit is contained in:
Sarah Wooders
2025-12-14 18:55:40 -08:00
committed by Caren Thomas
parent 33d39f4643
commit 0c0ba5d03d
23 changed files with 236 additions and 168 deletions

View File

@@ -73,7 +73,7 @@ def agent_factory(client: Letta):
name=f"test_agent_{model_name.replace('/', '_').replace('.', '_')}",
memory_blocks=[{"label": "human", "value": "Test user"}, {"label": "persona", "value": "You are a creative storyteller."}],
model=model_name,
embedding="letta/letta-free",
embedding="openai/text-embedding-3-small",
)
created_agents.append(agent_state)
return agent_state