[OND211-2329]: Removed the API key.
This commit is contained in:
parent
e462d5f23a
commit
f710354b5c
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ import pytest
|
|||
|
||||
HOST_ADDRESS = os.getenv("HOST_ADDRESS", "http://127.0.0.1:9380")
|
||||
VERSION = "v1"
|
||||
ZHIPU_AI_API_KEY = os.getenv("ZHIPU_AI_API_KEY", "47a8d70ba5944ab9b9c64a2fd9f50fda.CGhGVSBA8sep8r5s")
|
||||
ZHIPU_AI_API_KEY = os.getenv("ZHIPU_AI_API_KEY")
|
||||
if ZHIPU_AI_API_KEY is None:
|
||||
pytest.exit("Error: Environment variable ZHIPU_AI_API_KEY must be set")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue