Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 965ad06

Browse files
committedJan 17, 2025·
feat:update heurist env var examples
1 parent f70c1cd commit 965ad06

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed
 

‎.env.example

+4-2
Original file line numberDiff line numberDiff line change
@@ -228,8 +228,10 @@ LARGE_ANTHROPIC_MODEL= # Default: claude-3-5-sonnet-20241022
228228
HEURIST_API_KEY= # Get from https://heurist.ai/dev-access
229229
SMALL_HEURIST_MODEL= # Default: meta-llama/llama-3-70b-instruct
230230
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
231+
LARGE_HEURIST_MODEL= # Default: meta-llama/llama-3.3-70b-instruct
232+
HEURIST_IMAGE_MODEL= # Default: FLUX.1-dev
233+
HEURIST_EMBEDDING_MODEL= # Default: BAAI/bge-large-en-v1.5
234+
USE_HEURIST_EMBEDDING= # Set to TRUE for HEURIST embedding, leave blank for local
233235

234236
# Gaianet Configuration
235237
GAIANET_MODEL=

0 commit comments

Comments
 (0)
Please sign in to comment.