We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e05acd6 commit 8d1a03fCopy full SHA for 8d1a03f
ApiClient.py
@@ -4,4 +4,5 @@
4
5
load_dotenv()
6
base_uri = os.getenv("AGIXT_URI", "http://localhost:7437")
7
-ApiClient = AGiXTSDK(base_uri=base_uri)
+agixt_api_key = os.getenv("AGIXT_API_KEY")
8
+ApiClient = AGiXTSDK(base_uri=base_uri, api_key=agixt_api_key)
0 commit comments