feat: Ungate file upload for simple MIME types even without Mistral API key (#2898)

This commit is contained in:
Matthew Zhou
2025-06-18 15:11:30 -07:00
committed by GitHub
parent a1a203c943
commit 698d99a66e
21 changed files with 95 additions and 76 deletions

View File

@@ -57,7 +57,7 @@ def test_letta_run_create_new_agent(swap_letta_config):
# Optional: Embedding model selection
try:
child.expect("Select embedding model:", timeout=20)
child.sendline("text-embedding-ada-002")
child.sendline("text-embedding-3-small")
except (pexpect.TIMEOUT, pexpect.EOF):
print("[WARNING] Embedding model selection step was skipped.")