fix: remove letta-free embeddings from testing (#6870)
This commit is contained in:
committed by
Caren Thomas
parent
33d39f4643
commit
0c0ba5d03d
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user