You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
LLAMALOCAL_PATH=# Default: "" which is the current directory in plugin-node/dist/ which gets destroyed and recreated on every build
74
+
LLAMALOCAL_PATH=# Default: "" which is the current directory in plugin-node/dist/ which gets destroyed and recreated on every build
76
75
77
76
# API Keys
78
-
ANTHROPIC_API_KEY=# For Claude
79
-
HEURIST_API_KEY=# Get from https://heurist.ai/dev-access
77
+
ANTHROPIC_API_KEY=# For Claude
78
+
HEURIST_API_KEY=# Get from https://heurist.ai/dev-access
80
79
81
80
# Heurist Models
82
81
SMALL_HEURIST_LANGUAGE_MODEL=
@@ -122,18 +121,17 @@ STARKNET_RPC_URL=
122
121
# Intiface Configuration
123
122
INTIFACE_WEBSOCKET_URL=ws://localhost:12345
124
123
125
-
126
124
# Farcaster
127
125
FARCASTER_HUB_URL=
128
126
FARCASTER_FID=
129
127
FARCASTER_PRIVATE_KEY=
130
128
131
129
# Coinbase
132
130
COINBASE_COMMERCE_KEY=# from coinbase developer portal
133
-
COINBASE_API_KEY=# from coinbase developer portal
134
-
COINBASE_PRIVATE_KEY=# from coinbase developer portal
131
+
COINBASE_API_KEY=# from coinbase developer portal
132
+
COINBASE_PRIVATE_KEY=# from coinbase developer portal
135
133
# if not configured it will be generated and written to runtime.character.settings.secrets.COINBASE_GENERATED_WALLET_ID and runtime.character.settings.secrets.COINBASE_GENERATED_WALLET_HEX_SEED
136
-
COINBASE_GENERATED_WALLET_ID=# not your address but the wallet id from generating a wallet through the plugin
134
+
COINBASE_GENERATED_WALLET_ID=# not your address but the wallet id from generating a wallet through the plugin
137
135
COINBASE_GENERATED_WALLET_HEX_SEED=# not your address but the wallet hex seed from generating a wallet through the plugin and calling export
138
136
139
137
# Conflux Configuration
@@ -149,7 +147,6 @@ ZEROG_EVM_RPC=
149
147
ZEROG_PRIVATE_KEY=
150
148
ZEROG_FLOW_ADDRESS=
151
149
152
-
153
150
# Coinbase
154
151
COINBASE_COMMERCE_KEY=
155
152
COINBASE_API_KEY=
@@ -170,11 +167,11 @@ FAL_API_KEY=
170
167
FAL_AI_LORA_PATH=
171
168
172
169
# WhatsApp Cloud API Configuration
173
-
WHATSAPP_ACCESS_TOKEN=# Permanent access token from Facebook Developer Console
174
-
WHATSAPP_PHONE_NUMBER_ID=# Phone number ID from WhatsApp Business API
175
-
WHATSAPP_BUSINESS_ACCOUNT_ID=# Business Account ID from Facebook Business Manager
176
-
WHATSAPP_WEBHOOK_VERIFY_TOKEN=# Custom string for webhook verification
177
-
WHATSAPP_API_VERSION=v17.0# WhatsApp API version (default: v17.0)
170
+
WHATSAPP_ACCESS_TOKEN=# Permanent access token from Facebook Developer Console
171
+
WHATSAPP_PHONE_NUMBER_ID=# Phone number ID from WhatsApp Business API
172
+
WHATSAPP_BUSINESS_ACCOUNT_ID=# Business Account ID from Facebook Business Manager
173
+
WHATSAPP_WEBHOOK_VERIFY_TOKEN=# Custom string for webhook verification
174
+
WHATSAPP_API_VERSION=v17.0# WhatsApp API version (default: v17.0)
0 commit comments