fix: remove letta-free embeddings from testing (#6870)
This commit is contained in:
committed by
Caren Thomas
parent
33d39f4643
commit
0c0ba5d03d
@@ -147,12 +147,12 @@ async def create_test_agent(name, actor, test_id: Optional[str] = None, model="a
|
||||
)
|
||||
|
||||
dummy_embedding_config = EmbeddingConfig(
|
||||
embedding_model="letta-free",
|
||||
embedding_model="text-embedding-3-small",
|
||||
embedding_endpoint_type="openai",
|
||||
embedding_endpoint="https://embeddings.letta.com/",
|
||||
embedding_endpoint="https://api.openai.com/v1",
|
||||
embedding_dim=1536,
|
||||
embedding_chunk_size=300,
|
||||
handle="letta/letta-free",
|
||||
handle="openai/text-embedding-3-small",
|
||||
)
|
||||
|
||||
agent_manager = AgentManager()
|
||||
|
||||
Reference in New Issue
Block a user