@@ -18,6 +18,10 @@ SUPABASE_ANON_KEY=
18
18
# Comma separated list of remote character urls (optional)
19
19
REMOTE_CHARACTER_URLS =
20
20
21
+ # Logging
22
+ DEFAULT_LOG_LEVEL = info
23
+ LOG_JSON_FORMAT = # Print everything in logger as json; false by default
24
+
21
25
# ##############################
22
26
# ### Client Configurations ####
23
27
# ##############################
@@ -141,8 +145,12 @@ MEDIUM_AKASH_CHAT_API_MODEL= # Default: Meta-Llama-3-3-70B-Instruct
141
145
LARGE_AKASH_CHAT_API_MODEL = # Default: Meta-Llama-3-1-405B-Instruct-FP8
142
146
143
147
# Livepeer configuration
144
- LIVEPEER_GATEWAY_URL = # Free inference gateways and docs: https://livepeer-eliza.com/
145
- LIVEPEER_IMAGE_MODEL = # Default: ByteDance/SDXL-Lightning
148
+
149
+ LIVEPEER_GATEWAY_URL = https://dream-gateway.livepeer.cloud # Free inference gateways and docs: https://livepeer-eliza.com/
150
+ IMAGE_LIVEPEER_MODEL = # Default: ByteDance/SDXL-Lightning
151
+ SMALL_LIVEPEER_MODEL = # Default: meta-llama/Meta-Llama-3.1-8B-Instruct
152
+ MEDIUM_LIVEPEER_MODEL = # Default: meta-llama/Meta-Llama-3.1-8B-Instruct
153
+ LARGE_LIVEPEER_MODEL = # Default: meta-llama/Meta-Llama-3.1-8B-Instruct
146
154
147
155
# Speech Synthesis
148
156
ELEVENLABS_XI_API_KEY = # API key from elevenlabs
@@ -228,8 +236,10 @@ LARGE_ANTHROPIC_MODEL= # Default: claude-3-5-sonnet-20241022
228
236
HEURIST_API_KEY = # Get from https://heurist.ai/dev-access
229
237
SMALL_HEURIST_MODEL = # Default: meta-llama/llama-3-70b-instruct
230
238
MEDIUM_HEURIST_MODEL = # Default: meta-llama/llama-3-70b-instruct
231
- LARGE_HEURIST_MODEL = # Default: meta-llama/llama-3.1-405b-instruct
232
- HEURIST_IMAGE_MODEL = # Default: PepeXL
239
+ LARGE_HEURIST_MODEL = # Default: meta-llama/llama-3.3-70b-instruct
240
+ HEURIST_IMAGE_MODEL = # Default: FLUX.1-dev
241
+ HEURIST_EMBEDDING_MODEL = # Default: BAAI/bge-large-en-v1.5
242
+ USE_HEURIST_EMBEDDING = # Set to TRUE for HEURIST embedding, leave blank for local
233
243
234
244
# Gaianet Configuration
235
245
GAIANET_MODEL =
@@ -309,6 +319,10 @@ SOLANA_ADMIN_PRIVATE_KEY= # This wallet is used to verify NFTs
309
319
SOLANA_ADMIN_PUBLIC_KEY = # This wallet is used to verify NFTs
310
320
SOLANA_VERIFY_TOKEN = # Authentication token for calling the verification API
311
321
322
+ # Injective
323
+ INJECTIVE_PRIVATE_KEY = #
324
+ INJECTIVE_PUBLIC_KEY = #
325
+ INJECTIVE_NETWORK = #
312
326
# Fallback Wallet Configuration (deprecated)
313
327
WALLET_PRIVATE_KEY =
314
328
WALLET_PUBLIC_KEY =
@@ -344,6 +358,11 @@ COINBASE_GENERATED_WALLET_ID= # Not your address but the wallet ID from ge
344
358
COINBASE_GENERATED_WALLET_HEX_SEED = # Not your address but the wallet hex seed from generating a wallet through the plugin and calling export
345
359
COINBASE_NOTIFICATION_URI = # For webhook plugin the uri you want to send the webhook to for dummy ones use https://webhook.site
346
360
361
+ # Coinbase AgentKit
362
+ COINBASE_AGENT_KIT_NETWORK = # defaults to 'base-sepolia'
363
+ CDP_API_KEY_NAME =
364
+ CDP_API_KEY_PRIVATE_KEY =
365
+
347
366
# Coinbase Charity Configuration
348
367
IS_CHARITABLE = false # Set to true to enable charity donations
349
368
CHARITY_ADDRESS_BASE = 0x1234567890123456789012345678901234567890
@@ -368,6 +387,13 @@ ZEROG_EVM_RPC=
368
387
ZEROG_PRIVATE_KEY =
369
388
ZEROG_FLOW_ADDRESS =
370
389
390
+ # IQ6900
391
+ # Load json recorded on-chain through IQ
392
+ # Inscribe your json character file here: https://elizacodein.com/
393
+
394
+ IQ_WALLET_ADDRESS = # If you enter the wallet address used on the site, the most recently inscribed json will be loaded.
395
+ IQSOlRPC =
396
+
371
397
# Squid Router
372
398
SQUID_SDK_URL = https://apiplus.squidrouter.com # Default: https://apiplus.squidrouter.com
373
399
SQUID_INTEGRATOR_ID = # get integrator id through https://docs.squidrouter.com/
@@ -550,6 +576,10 @@ AWS_SECRET_ACCESS_KEY=
550
576
AWS_REGION =
551
577
AWS_S3_BUCKET =
552
578
AWS_S3_UPLOAD_PATH =
579
+ AWS_S3_ENDPOINT =
580
+ AWS_S3_SSL_ENABLED =
581
+ AWS_S3_FORCE_PATH_STYLE =
582
+
553
583
554
584
# Deepgram
555
585
DEEPGRAM_API_KEY =
@@ -623,3 +653,40 @@ INSTAGRAM_POST_INTERVAL_MAX=120 # Default: 120 minutes
623
653
INSTAGRAM_ENABLE_ACTION_PROCESSING = false # Enable/disable action processing
624
654
INSTAGRAM_ACTION_INTERVAL = 5 # Interval between actions in minutes
625
655
INSTAGRAM_MAX_ACTIONS = 1 # Maximum number of actions to process at once
656
+
657
+ # ###################################
658
+ # ### Pyth Plugin Configuration ####
659
+ # ###################################
660
+ # Network Environment (mainnet or testnet)git
661
+ PYTH_NETWORK_ENV = mainnet
662
+
663
+ # Mainnet Network Configuration
664
+ PYTH_MAINNET_HERMES_URL = https://hermes.pyth.network
665
+ PYTH_MAINNET_WSS_URL = wss://hermes.pyth.network/ws
666
+ PYTH_MAINNET_PYTHNET_URL = https://pythnet.rpcpool.com
667
+ PYTH_MAINNET_CONTRACT_REGISTRY = https://pyth.network/developers/price-feed-ids
668
+ PYTH_MAINNET_PROGRAM_KEY =
669
+
670
+ # Testnet Network Configuration
671
+ PYTH_TESTNET_HERMES_URL = https://hermes.pyth.network
672
+ PYTH_TESTNET_WSS_URL = wss://hermes.pyth.network/ws
673
+ PYTH_TESTNET_PYTHNET_URL = https://pythnet.rpcpool.com
674
+ PYTH_TESTNET_CONTRACT_REGISTRY = https://pyth.network/developers/price-feed-ids#testnet
675
+ PYTH_TESTNET_PROGRAM_KEY =
676
+
677
+ # Connection Settings
678
+ PYTH_MAX_RETRIES = 3
679
+ PYTH_RETRY_DELAY = 1000
680
+ PYTH_TIMEOUT = 5000
681
+ PYTH_GRANULAR_LOG = true
682
+ PYTH_LOG_LEVEL = debug
683
+ PYTH_LOG_LEVEL = info
684
+
685
+ # Runtime Settings
686
+ RUNTIME_CHECK_MODE = false
687
+
688
+ # Pyth Price Streaming and test ID
689
+ PYTH_ENABLE_PRICE_STREAMING = true
690
+ PYTH_MAX_PRICE_STREAMS = 2
691
+ PYTH_TEST_ID01 = 0xe62df6c8b4a85fe1a67db44dc12de5db330f7ac66b72dc658afedf0f4a415b43
692
+ PYTH_TEST_ID02 = 0xff61491a931112ddf1bd8147cd1b641375f79f5825126d665480874634fd0ace
0 commit comments