Having issues in the chat, when writing the message getting this error:
file:///Users/../.nvm/versions/node/v23.3.0/lib/node_modules/@elizaos/cli/dist/chunk-GFPVHNVN.js:46822
throw new Error(`No handler found for delegate type: ${modelKey}`);
^
Error: No handler found for delegate type: TEXT_EMBEDDING
I've added the open api key to .env.
On line 45459 in chunk-GFPVHNVN.js - TEXT_EMBEDDING: "TEXT_EMBEDDING", is being used as the modelKey it seems.
is this right for modelType?
Also tried rm -rf ~/.eliza and restarted.