Skip to content

Commit 4cf6ae0

Browse files
authored
Merge branch 'develop' into feat-pyth-data-plugin-v1
2 parents 9b103a3 + 6c5207f commit 4cf6ae0

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

docs/docs/quickstart.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -92,17 +92,16 @@ Eliza supports multiple AI models:
9292
- **Heurist**: Set `modelProvider: "heurist"` in your character file. Most models are uncensored.
9393
- 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`
9494
- 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)
95-
<<<<<<< HEAD
9695
- **Llama**: Set `OLLAMA_MODEL` to your chosen model
9796
- **Grok**: Set `GROK_API_KEY` to your Grok API key and set `modelProvider: "grok"` in your character file
9897
- **OpenAI**: Set `OPENAI_API_KEY` to your OpenAI API key and set `modelProvider: "openai"` in your character file
9998
- **Livepeer**: Set `LIVEPEER_IMAGE_MODEL` to your chosen Livepeer image model, available models [here](https://livepeer-eliza.com/)
100-
=======
99+
101100
- **Llama**: Set `XAI_MODEL=meta-llama/Meta-Llama-3.1-70B-Instruct-Turbo`
102101
- **Grok**: Set `XAI_MODEL=grok-beta`
103102
- **OpenAI**: Set `XAI_MODEL=gpt-4o-mini` or `gpt-4o`
104103
- **Livepeer**: Set `SMALL_LIVEPEER_MODEL`,`MEDIUM_LIVEPEER_MODEL`,`LARGE_LIVEPEER_MODEL` and `IMAGE_LIVEPEER_MODEL` to your desired models listed [here](https://livepeer-eliza.com/).
105-
>>>>>>> 95f56e6b4 (Merge pull request #2 from Titan-Node/livepeer-doc-updates)
104+
106105
107106
You set which model to use inside the character JSON file
108107

packages/plugin-obsidian/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -229,6 +229,6 @@ This project is licensed under the MIT License - see the LICENSE file for detail
229229

230230
For support, please:
231231

232-
1. Check the [documentation](https://docs.elizaos.com)
232+
1. Check the [documentation](https://elizaos.github.io/eliza/)
233233
2. Open an issue in the repository
234234
3. Join our [Discord community](https://discord.gg/elizaos)

0 commit comments

Comments
 (0)