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 cf0c706 commit 03a3942Copy full SHA for 03a3942
2 files changed
.gitignore
@@ -22,6 +22,7 @@ Agent-LLM-Frontend/
22
src/
23
conversations/
24
# probably mounted data
25
+agixt/extensions/DevXT_LLC_xtsystems_extensions/*
26
agixt/agents/*
27
agixt/data/*
28
agixt/WORKSPACE/*
agixt/cli.py
@@ -169,6 +169,7 @@ def get_default_env_vars():
169
"PAYMENT_WALLET_ADDRESS": "",
170
"PAYMENT_SOLANA_RPC_URL": "https://api.mainnet-beta.solana.com",
171
"MONTHLY_PRICE_PER_USER_USD": "0",
172
+ "STRIPE_API_KEY": "",
173
# AI Model configuration
174
"EZLOCALAI_URI": f"http://{get_local_ip()}:8091/v1/",
175
"EZLOCALAI_VOICE": "DukeNukem",
0 commit comments