fix: Fix letta-free embeddings (#4055)
This commit is contained in:
@@ -148,9 +148,9 @@ def create_test_agent(name, actor, test_id: Optional[str] = None, model="anthrop
|
||||
|
||||
dummy_embedding_config = EmbeddingConfig(
|
||||
embedding_model="letta-free",
|
||||
embedding_endpoint_type="hugging-face",
|
||||
embedding_endpoint="https://bun-function-production-e310.up.railway.app/v1",
|
||||
embedding_dim=1024,
|
||||
embedding_endpoint_type="openai",
|
||||
embedding_endpoint="https://embeddings.letta.com/",
|
||||
embedding_dim=1536,
|
||||
embedding_chunk_size=300,
|
||||
handle="letta/letta-free",
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user