the local model on plugin dev not work
Describe the bug
I use the elizaos to create a plugin project, and use elizaos dev to run it.
[2025-04-23 08:22:47] INFO: Model already exists at: /home/cxp/.eliza/models/bge-small-en-v1.5.Q4_K_M.gguf
[node-llama-cpp] load: special_eos_id is not in special_eog_ids - the tokenizer config may be incorrect
[node-llama-cpp] Using this model ("~/.eliza/models/bge-small-en-v1.5.Q4_K_M.gguf") to tokenize text and then detokenize it resulted in a different text. There might be an issue with the model or the tokenizer implementation. Using this model may not work as intended
[2025-04-23 08:22:48] INFO: Embedding model initialized successfully
[2025-04-23 08:22:48] INFO: Generating embedding for text
textLength: 18
[2025-04-23 08:22:48] INFO: Embedding generation complete
dimensions: 384
{"level":40,"time":1745396568237,"pid":166664,"hostname":"R9000P","msg":"Could not parse text as JSON, returning null"}
[2025-04-23 08:22:48] WARN: *** Missing required fields, retrying... ***
[2025-04-23 08:22:48] WARN: *** Missing required fields, retrying... ***
[2025-04-23 08:22:48] WARN: *** Missing required fields, retrying... ***
{"level":40,"time":1745396568277,"pid":166664,"hostname":"R9000P","msg":"Could not parse text as JSON, returning null"}
{"level":40,"time":1745396568278,"pid":166664,"hostname":"R9000P","msg":"Could not parse text as JSON, returning null"}
{"level":40,"time":1745396568278,"pid":166664,"hostname":"R9000P","msg":"Could not parse text as JSON, returning null"}
To Reproduce
In localhost:3001 and send some text to agent on chat area.
Expected behavior
should generate answer content
Screenshots
Additional context
Experiencing the same thing.
@cxp-13 try removing starterPlugin from your index.ts
character,
init: async (runtime: IAgentRuntime) => await initCharacter({ runtime }),
plugins: [], <------ remove starterPlugin
};```
this fixed for me at least.
@cxp-13 try removing starterPlugin from your index.ts
character, init: async (runtime: IAgentRuntime) => await initCharacter({ runtime }), plugins: [], <------ remove starterPlugin };```
Where are these code locations for the project? I last used Eliza to dev in jan, these times Eliza has happened a lot of upgrades. I recent join the Solana breakout hackathon, I plan to build a plugin under the V2 version. There are many places in the tutorial of the document that do not match the actual code If you are familiar with Eliza, can you leave a contact information for Discord or TG?
@cxp-13 try removing starterPlugin from your index.ts
character, init: async (runtime: IAgentRuntime) => await initCharacter({ runtime }), plugins: [], <------ remove starterPlugin };```Where are these code locations for the project? I last used Eliza to dev in jan, these times Eliza has happened a lot of upgrades. I recent join the Solana breakout hackathon, I plan to build a plugin under the V2 version. There are many places in the tutorial of the document that do not match the actual code If you are familiar with Eliza, can you leave a contact information for Discord or TG?
I emailed the email on your github account page with my contact information. Lmk, I would be happy to help.
This be fixed