generic keys

This commit is contained in:
2025-11-07 14:54:28 +08:00
parent 57bd8d1205
commit 1cb8a09c02

View File

@@ -40,9 +40,9 @@ dialogue = [
]
call_params = {
"api_key": API_KEY,
"app_id": APP_ID,
"session_id": SESSION_ID,
"api_key": "test_key",
"app_id": "test_app",
"session_id": "123",
"messages": dialogue,
"stream": True,
}