Replies: 3 comments 9 replies
|
Need more details. What OS? What's your system spec, how are you running Qwen? |
|
Ran into the exact same issue with Qwen3.6. I've been checking memory and processing with Sometimes it replies a simple "The", but there have been times where it's actually been able to reply appropriately. I've had better results with smaller models like Qwen3:14B but the problem with those is that they don't understand the functions that come with Odysseus to manage the calendar or create memories. I can ask it something simple like "Check my calendar for events scheduled for tomorrow" and it will go crazy and enter a loop where it just answers itself over and over that it cannot view my calendar. Qwen3.6:27B seems to be better at understanding what I want but then it abruptly stops answering or just replies "The" like that Spongebob episode. For reference, I'm running everything on Fedora 44. My specs are R5 5600X, RX 9600XT 16GB and 32 of RAM. |
|
I had this issue and solved it by setting the model context length using the parameter n_ctx in a custom Modelfile. Ollama defaults to 4096 in context length for whatever reason and odysseus UI does not allow you to change this. That is not enough context to run the agent mode. If you flip the mode to chat it should work for short replies. But better yet to make a separate model file and set the context there. Why ollama defaults to on all the models from the cookbook must be a bug I guess. From the terminal
It should start with more context and you can get the agent mode to work. |


Uh oh!
There was an error while loading. Please reload this page.
All reactions