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

@@ -228,7 +228,7 @@ def agent_state(server):
include_base_tools=True,
model="openai/gpt-4o-mini",
tags=["test_agents"],
embedding="letta/letta-free",
embedding="openai/text-embedding-3-small",
),
actor=actor,
)