Skip to content

Commit 8d1a03f

Browse files
committed
Add AGIXT_API_KEY
1 parent e05acd6 commit 8d1a03f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ApiClient.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,5 @@
44

55
load_dotenv()
66
base_uri = os.getenv("AGIXT_URI", "http://localhost:7437")
7-
ApiClient = AGiXTSDK(base_uri=base_uri)
7+
agixt_api_key = os.getenv("AGIXT_API_KEY")
8+
ApiClient = AGiXTSDK(base_uri=base_uri, api_key=agixt_api_key)

0 commit comments

Comments
 (0)