feat: Port letta free embeddings to openai proxy (#3695)

This commit is contained in:
Matthew Zhou
2025-08-01 12:19:37 -07:00
committed by GitHub
parent da75e68413
commit f539f16b4b
4 changed files with 6 additions and 4 deletions

View File

@@ -149,7 +149,7 @@ 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://embeddings.memgpt.ai",
embedding_endpoint="https://bun-function-production-e310.up.railway.app/v1",
embedding_dim=1024,
embedding_chunk_size=300,
handle="letta/letta-free",