Skip to content

Commit 051323f

Browse files
authored
Merge pull request #932 from oxSaturn/fix/update-docs
fix: update quickstart and .env.example
2 parents 621f3f4 + 7418f88 commit 051323f

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.env.example

+4-4
Original file line numberDiff line numberDiff line change
@@ -95,10 +95,10 @@ ANTHROPIC_API_KEY= # For Claude
9595
HEURIST_API_KEY= # Get from https://heurist.ai/dev-access
9696

9797
# Heurist Models
98-
SMALL_HEURIST_LANGUAGE_MODEL=
99-
MEDIUM_HEURIST_LANGUAGE_MODEL=
100-
LARGE_HEURIST_LANGUAGE_MODEL=
101-
HEURIST_IMAGE_MODEL=
98+
SMALL_HEURIST_MODEL= # Default: meta-llama/llama-3-70b-instruct
99+
MEDIUM_HEURIST_MODEL= # Default: meta-llama/llama-3-70b-instruct
100+
LARGE_HEURIST_MODEL= # Default: meta-llama/llama-3.1-405b-instruct
101+
HEURIST_IMAGE_MODEL= # Default: PepeXL
102102

103103
# Gaianet Configuration
104104
GAIANET_MODEL=

docs/docs/quickstart.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ Before getting started with Eliza, ensure you have:
7878
Eliza supports multiple AI models:
7979

8080
- **Heurist**: Set `modelProvider: "heurist"` in your character file. Most models are uncensored.
81-
- LLM: Select available LLMs [here](https://docs.heurist.ai/dev-guide/supported-models#large-language-models-llms) and configure `SMALL_HEURIST_LANGUAGE_MODEL`,`MEDIUM_HEURIST_LANGUAGE_MODEL`,`LARGE_HEURIST_LANGUAGE_MODEL`
81+
- LLM: Select available LLMs [here](https://docs.heurist.ai/dev-guide/supported-models#large-language-models-llms) and configure `SMALL_HEURIST_MODEL`,`MEDIUM_HEURIST_MODEL`,`LARGE_HEURIST_MODEL`
8282
- Image Generation: Select available Stable Diffusion or Flux models [here](https://docs.heurist.ai/dev-guide/supported-models#image-generation-models) and configure `HEURIST_IMAGE_MODEL` (default is FLUX.1-dev)
8383
- **Llama**: Set `XAI_MODEL=meta-llama/Meta-Llama-3.1-70B-Instruct-Turbo`
8484
- **Grok**: Set `XAI_MODEL=grok-beta`

0 commit comments

Comments
 (0)