blog post

This commit is contained in:
Kolby Nottingham 2024-11-06 09:49:59 -08:00
parent fc3002d032
commit 6368a5e2ad

View file

@ -6,6 +6,8 @@ Crafting minds for Minecraft with LLMs and Mineflayer!
[Discord Support](https://discord.gg/ZsrAAByEnr) [Discord Support](https://discord.gg/ZsrAAByEnr)
[Blog Post](https://kolbynottingham.com/mindcraft/)
#### ‼️Warning‼️ #### ‼️Warning‼️
@ -115,7 +117,7 @@ LLM backends can be specified as simply as `"model": "gpt-3.5-turbo"`. However,
"embedding": { "embedding": {
"api": "openai", "api": "openai",
"url": "https://api.openai.com/v1/", "url": "https://api.openai.com/v1/",
"model": "text-embedding-3-small" "model": "text-embedding-ada-002"
} }
``` ```
@ -143,10 +145,12 @@ Thus, all the below specifications are equivalent to the above example:
Some of the node modules that we depend on have bugs in them. To add a patch, change your local node module file and run `npx patch-package [package-name]` Some of the node modules that we depend on have bugs in them. To add a patch, change your local node module file and run `npx patch-package [package-name]`
## Citation: ## Citation:
``` ```
@misc{mindcraft2023, @misc{mindcraft2023,
Author = {Kolby Nottingham and Max Robinson}, Author = {Kolby Nottingham and Max Robinson},
Title = {MINDcraft: LLM Agents for cooperation, competition, and creativity in Minecraft}, Title = {MINDcraft: LLM Agents for cooperation, competition, and creativity in Minecraft},
Year = {2023}, Year = {2023},
url={https://github.com/kolbytn/mindcraft}
} }
``` ```