fix: cloud api test Embedding is not allowed in cloud API (#3621)
This commit is contained in:
@@ -593,7 +593,7 @@ def test_attach_detach_agent_source(client: Letta, agent: AgentState):
|
||||
# Create a source
|
||||
source = client.sources.create(
|
||||
name="test_source",
|
||||
embedding="letta/letta-free",
|
||||
embedding="openai/text-embedding-3-small",
|
||||
)
|
||||
initial_sources = client.agents.sources.list(agent_id=agent.id)
|
||||
assert source.id not in [s.id for s in initial_sources]
|
||||
|
||||
Reference in New Issue
Block a user