generic keys
This commit is contained in:
@@ -40,9 +40,9 @@ dialogue = [
|
|||||||
]
|
]
|
||||||
|
|
||||||
call_params = {
|
call_params = {
|
||||||
"api_key": API_KEY,
|
"api_key": "test_key",
|
||||||
"app_id": APP_ID,
|
"app_id": "test_app",
|
||||||
"session_id": SESSION_ID,
|
"session_id": "123",
|
||||||
"messages": dialogue,
|
"messages": dialogue,
|
||||||
"stream": True,
|
"stream": True,
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user