Error -4077
Using chat settings: { model: 'llama3', api: 'ollama' } Using embedding settings: { api: 'none' } Unknown embedding: none . Using word overlap. Loading examples... Examples loaded. Logging in... Mineflayer detected that you are using a deprecated event (physicTick)! Please use this event (physicsTick) instead. Error: read ECONNRESET at TCP.onStreamRead (node:internal/stream_base_commons:218:20) { errno: -4077, code: 'ECONNRESET', syscall: 'read' } Agent process exited with code 0 and signal null Please help me fix this, if any more info is needed then feel free to ask me.
Not sure if the issue is ollama or you just haven't connected to the game. Make sure you've opened minecraft to lan connections and ran npm install. If you can, try with a model besides ollama to see if that's the issue.
I have done the npm install and opened it but i dont want to use anything besides ollama because its free Thanks for responding tho, if you know a fix or want to help then please say so!
You should be able to specify the embedding model by adding "embedding": "ollama", in the profile json file.
ex.
"name": "andy",
"model": {
"api": "ollama",
"model": "llama3.2-vision"
},
"embedding": "ollama",
If this fixes your issue please be sure to close the issue. It helps a lot. ❤️
I have done the npm install and opened it but i dont want to use anything besides ollama because its free Thanks for responding tho, if you know a fix or want to help then please say so!
Ensure you have opened to the correct port (default: 55916).