Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 2 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,11 +81,8 @@ You can configure the agent's name, model, and prompts in their profile like `an

For more comprehensive model configuration and syntax, see [Model Specifications](#model-specifications).

For local models we support [ollama](https://ollama.com/) and we provide our own finetuned models for you to use.
To install our models, install ollama and run the following terminal command:
```bash
ollama pull sweaterdog/andy-4:micro-q8_0 && ollama pull embeddinggemma
```
For local models, we recommend you use **LM Studio** for the Andy series of models. Ollama breaks current models, and should be avoided.
Please see our [huggingface page for more info.](https://huggingface.co/collections/Mindcraft-CE)
Comment thread
Sweaterdog marked this conversation as resolved.

## 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`:
Expand Down
14 changes: 0 additions & 14 deletions profiles/andy-4-reasoning.json

This file was deleted.

11 changes: 11 additions & 0 deletions profiles/andy-4.2.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"name": "andy_4_2",
"model": {
"api": "lmstudio",
"model": "andy-4.2"
},
"embedding": {
"api": "lmstudio",
"model": "text-embedding-nomic-embed-text-v1.5"
}
}
7 changes: 0 additions & 7 deletions profiles/andy-4.json

This file was deleted.

2 changes: 1 addition & 1 deletion settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const settings = {
// "./profiles/mistral.json",
// "./profiles/deepseek.json",
// "./profiles/mercury.json",
// "./profiles/andy-4.json", // Supports up to 75 messages!
// "./profiles/andy-4.2.json",

// using more than 1 profile requires you to /msg each bot indivually
// individual profiles override values from the base profile
Expand Down