diff --git a/.env.example b/.env.example index f54f552f6af..7c41a8b33bd 100644 --- a/.env.example +++ b/.env.example @@ -162,6 +162,14 @@ LARGE_GAIANET_SERVER_URL= # Default: https://qwen72b.gaia.domains/v1 GAIANET_EMBEDDING_MODEL= USE_GAIANET_EMBEDDING= # Set to TRUE for GAIANET/768, leave blank for local +# Volcengine Configuration +VOLENGINE_API_URL= # Volcengine API Endpoint, Default: https://open.volcengineapi.com/api/v3/ +VOLENGINE_MODEL= +SMALL_VOLENGINE_MODEL= # Default: doubao-lite-128k +MEDIUM_VOLENGINE_MODEL= # Default: doubao-pro-128k +LARGE_VOLENGINE_MODEL= # Default: doubao-pro-256k +VOLENGINE_EMBEDDING_MODEL= # Default: doubao-embedding + # EVM EVM_PRIVATE_KEY= EVM_PROVIDER_URL= diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 0dcc810f5fd..71701239963 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,15 +1,15 @@ - + -# Relates to: +# Relates to - + # Risks # Background @@ -25,7 +25,7 @@ Features (non-breaking change which adds functionality) Updates (new versions of included code) --> - + @@ -35,10 +35,10 @@ Updates (new versions of included code) - + # Testing @@ -47,7 +47,7 @@ If a docs change is needed: I have updated the documentation accordingly. ## Detailed testing steps - + - + - + - +