add azure instructions

This commit is contained in:
MaxRobinsonTheGreat 2025-08-23 16:14:30 -05:00
parent 5f3a7f98c4
commit 0e990af01f

View file

@ -70,6 +70,8 @@ You can configure the agent's name, model, and prompts in their profile like `an
If you use Ollama, to install the models used by default (generation and embedding), execute the following terminal command:
`ollama pull llama3.1 && ollama pull nomic-embed-text`
To use Azure, you can reuse the `OPENAI_API_KEY` environment variable. You can get the key from the Azure portal. See [azure.json](profiles/azure.json) for an example.
### Online Servers
To connect to online servers your bot will need an official Microsoft/Minecraft account. You can use your own personal one, but will need another account if you want to connect too and play with it. To connect, change these lines in `settings.js`:
```javascript