This is an automated email from the ASF dual-hosted git repository.

wenjin272 pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/flink-agents.git


The following commit(s) were added to refs/heads/main by this push:
     new 985c6d80 [ci] Remove invalid api key.
985c6d80 is described below

commit 985c6d80e41ff97bc8c8ebb769c2ad2a32e99c4f
Author: 文玕 <[email protected]>
AuthorDate: Tue May 5 01:10:53 2026 +0800

    [ci] Remove invalid api key.
---
 .../e2e_tests/e2e_tests_integration/long_term_memory_test.py            | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/python/flink_agents/e2e_tests/e2e_tests_integration/long_term_memory_test.py 
b/python/flink_agents/e2e_tests/e2e_tests_integration/long_term_memory_test.py
index 3302cb29..90ac149d 100644
--- 
a/python/flink_agents/e2e_tests/e2e_tests_integration/long_term_memory_test.py
+++ 
b/python/flink_agents/e2e_tests/e2e_tests_integration/long_term_memory_test.py
@@ -65,7 +65,7 @@ pull_model(OLLAMA_EMBEDDING_MODEL)
 
 MODEL = "qwen3.6-plus"
 BASE_URL = os.environ.get("ACTION_BASE_URL", 
"https://coding.dashscope.aliyuncs.com/v1";)
-API_KEY = os.environ.get("ACTION_API_KEY", 
"sk-sp-a8a3342ff47d4dbfb97693cb2397da9e")
+API_KEY = os.environ.get("ACTION_API_KEY")
 
 # Env var used to hand ``chromadb``'s persist path to the agent-level
 # ``@vector_store`` resource (which is a staticmethod and has no access

Reply via email to