Skip to content

Commit aec371f

Browse files
committedJan 4, 2025
Merge branch 'develop' into pr-1795
2 parents 507c103 + 6e30c41 commit aec371f

File tree

217 files changed

+16952
-3687
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

217 files changed

+16952
-3687
lines changed
 

‎.env.example

+18-1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ IMAGE_OPENAI_MODEL= # Default: dall-e-3
2020
ETERNALAI_URL=
2121
ETERNALAI_MODEL= # Default: "neuralmagic/Meta-Llama-3.1-405B-Instruct-quantized.w4a16"
2222
ETERNALAI_API_KEY=
23+
ETERNAL_AI_LOG_REQUEST=false #Default: false
2324

2425
GROK_API_KEY= # GROK API Key
2526
GROQ_API_KEY= # Starts with gsk_
@@ -43,6 +44,9 @@ LIVEPEER_IMAGE_MODEL= # Default: ByteDance/SDXL-Lightning
4344
# Speech Synthesis
4445
ELEVENLABS_XI_API_KEY= # API key from elevenlabs
4546

47+
# Transcription Provider
48+
TRANSCRIPTION_PROVIDER= # Default: local (possible values: openai, deepgram, local)
49+
4650
# Direct Client Setting
4751
EXPRESS_MAX_PAYLOAD= # Default: 100kb
4852

@@ -67,6 +71,7 @@ TWITTER_POLL_INTERVAL=120 # How often (in seconds) the bot should check fo
6771
TWITTER_SEARCH_ENABLE=FALSE # Enable timeline search, WARNING this greatly increases your chance of getting banned
6872
TWITTER_TARGET_USERS= # Comma separated list of Twitter user names to interact with
6973
TWITTER_RETRY_LIMIT= # Maximum retry attempts for Twitter login
74+
TWITTER_SPACES_ENABLE=false # Enable or disable Twitter Spaces logic
7075

7176
X_SERVER_URL=
7277
XAI_API_KEY=
@@ -162,6 +167,14 @@ LARGE_GAIANET_SERVER_URL= # Default: https://qwen72b.gaia.domains/v1
162167
GAIANET_EMBEDDING_MODEL=
163168
USE_GAIANET_EMBEDDING= # Set to TRUE for GAIANET/768, leave blank for local
164169

170+
# Volcengine Configuration
171+
VOLENGINE_API_URL= # Volcengine API Endpoint, Default: https://open.volcengineapi.com/api/v3/
172+
VOLENGINE_MODEL=
173+
SMALL_VOLENGINE_MODEL= # Default: doubao-lite-128k
174+
MEDIUM_VOLENGINE_MODEL= # Default: doubao-pro-128k
175+
LARGE_VOLENGINE_MODEL= # Default: doubao-pro-256k
176+
VOLENGINE_EMBEDDING_MODEL= # Default: doubao-embedding
177+
165178
# EVM
166179
EVM_PRIVATE_KEY=
167180
EVM_PROVIDER_URL=
@@ -341,7 +354,7 @@ AWS_S3_UPLOAD_PATH=
341354
DEEPGRAM_API_KEY=
342355

343356
# Sui
344-
SUI_PRIVATE_KEY= # Sui Mnemonic Seed Phrase (`sui keytool generate ed25519`)
357+
SUI_PRIVATE_KEY= # Sui Mnemonic Seed Phrase (`sui keytool generate ed25519`) , Also support `suiprivatekeyxxxx` (sui keytool export --key-identity 0x63)
345358
SUI_NETWORK= # must be one of mainnet, testnet, devnet, localnet
346359

347360
# Story
@@ -356,3 +369,7 @@ CRONOSZKEVM_PRIVATE_KEY=
356369

357370
# Fuel Ecosystem (FuelVM)
358371
FUEL_WALLET_PRIVATE_KEY=
372+
373+
# Tokenizer Settings
374+
TOKENIZER_MODEL= # Specify the tokenizer model to be used.
375+
TOKENIZER_TYPE= # Options: tiktoken (for OpenAI models) or auto (AutoTokenizer from Hugging Face for non-OpenAI models). Default: tiktoken.

‎.github/pull_request_template.md

+12-12
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
1-
<!-- Use this template by filling in information and copy and pasting relevant items out of the html comments. -->
1+
<!-- Use this template by filling in information and copying and pasting relevant items out of the HTML comments. -->
22

3-
# Relates to:
3+
# Relates to
44

55
<!-- LINK TO ISSUE OR TICKET -->
66

7-
<!-- This risks section is to be filled out before final review and merge. -->
7+
<!-- This risks section must be filled out before the final review and merge. -->
88

99
# Risks
1010

1111
<!--
12-
Low, medium, large. List what kind of risks, and what could be effected.
12+
Low, medium, large. List what kind of risks and what could be affected.
1313
-->
1414

1515
# Background
@@ -25,7 +25,7 @@ Features (non-breaking change which adds functionality)
2525
Updates (new versions of included code)
2626
-->
2727

28-
<!-- This "Why" section is most relevant if there is no linked issue explaining why. If there is a related issue it might make sense to skip this why section. -->
28+
<!-- This "Why" section is most relevant if there are no linked issues explaining why. If there is a related issue, it might make sense to skip this why section. -->
2929
<!--
3030
## Why are we doing this? Any context or related work?
3131
-->
@@ -35,10 +35,10 @@ Updates (new versions of included code)
3535
<!--
3636
My changes do not require a change to the project documentation.
3737
My changes require a change to the project documentation.
38-
If a docs change is needed: I have updated the documentation accordingly.
38+
If documentation change is needed: I have updated the documentation accordingly.
3939
-->
4040

41-
<!-- Please show how you tested the PR. This will really help if the PR needs to be retested, and probably help the PR get merged quicker. -->
41+
<!-- Please show how you tested the PR. This will really help if the PR needs to be retested and probably help the PR get merged quicker. -->
4242

4343
# Testing
4444

@@ -47,7 +47,7 @@ If a docs change is needed: I have updated the documentation accordingly.
4747
## Detailed testing steps
4848

4949
<!--
50-
None, automated tests are fine.
50+
None: Automated tests are acceptable.
5151
-->
5252

5353
<!--
@@ -63,22 +63,22 @@ None, automated tests are fine.
6363
### After
6464
-->
6565

66-
<!-- If there is anything about the deploy, please make a note. -->
66+
<!-- If there is anything about the deployment, please make a note. -->
6767
<!--
6868
# Deploy Notes
6969
-->
7070

71-
<!--  Copy and paste commandline output. -->
71+
<!--  Copy and paste command line output. -->
7272
<!--
7373
## Database changes
7474
-->
7575

76-
<!--  If there is something more than the automated steps, please specifiy deploy instructions. -->
76+
<!--  Please specify deploy instructions if there is something more than the automated steps. -->
7777
<!--
7878
## Deployment instructions
7979
-->
8080

81-
<!-- If you are on Discord, please join https://discord.gg/ai16z and state your Discord username here for contribute role and join us in #development-feed -->
81+
<!-- If you are on Discord, please join https://discord.gg/ai16z and state your Discord username here for the contributor role and join us in #development-feed -->
8282
<!--
8383
## Discord username
8484

0 commit comments

Comments
 (0)