Jan Tomášek

Results 42 comments of Jan Tomášek

No other tool for that. Can you provide details? model, exact prompt, code. Something that can be reproduced.

Message misformat means the model did not properly format the expected JSON output, which is required by the framework. This usually happens with small and quantized models that are not...

> It seems that Grok is "Groq". This typo makes Grok unusable Not a typo.

Chroma is no longer used. It is not present in requirements.txt

I have a system ready to broadcast a message to all the agents at once, but the frontend is not yet implemented.

The second error seems like you used Llama3 JSON mode model from Groq, this is not compatible with streaming, so I would recommend standard mode Llama models. I have removed...

Seems like the model is chatting instead of providing JSON response with tool usage. This happens with smaller models that are not trained to provide technical structured output. You can...

Connection error indicates that the framework cannot connect to LMStudio, if LMS server is running you can check the URL in .env if it matches the one shown in LMS.

You need to have both models set in your lmstudio server, https://www.youtube.com/watch?v=sLMhLRHDIPY

browser-use is already implemented into A0, I'm cooperating with the devs of browser-use on future improvements