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

@@ -121,7 +121,7 @@ async def agents(server, weather_tool):
include_base_tools=True,
model=model_name,
tags=["test_agents"],
embedding="letta/letta-free",
embedding="openai/text-embedding-3-small",
tool_ids=[weather_tool.id],
agent_type="memgpt_v2_agent",
),
@@ -368,7 +368,7 @@ async def test_rethink_tool_modify_agent_state(disable_e2b_api_key, server, defa
include_base_tools=True,
model=MODELS["sonnet"],
tags=["test_agents"],
embedding="letta/letta-free",
embedding="openai/text-embedding-3-small",
tool_ids=[rethink_tool.id],
memory_blocks=[
{