feat: Port letta free embeddings to openai proxy (#3695)
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user