-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Extension doesn't work #2
Comments
I noticed that with most models, if you send a message as "system" they return nothing or just repeat themselves. If you do the same but as "user" instead, it works properly. I wish I knew how to force this extension to send a prompt as "user" instead of "system" : ( |
Can you provide an example of how you're sending them as "user" from the UI so I can investigate? I'd love to get this to work but it looks like we're on our own in terms of programming it. |
Mind you, this might be a formatting issue as well, but I don't really know what the reason is anymore.
[Haiku] Notice that the last message sent is as Now the same last message but with
I noticed that this is more of model thing. Llama 70b has no trouble in generating Objectives, it answers to |
Oi! I was thinking about what I sent, and I realized that I might be jumping the gun, that maybe it is not system role problem. Then I remembered that you can send system messages with /sysgen (prompt), and guess what? It still returns nothing! So I think it's definitely something to do with sending a prompt as 'system' instead of 'user'. |
This has been testing on a clean install of the staging branch.
Upon clicking to "Auto-Generate Tasks" my model returns empty responses.
Before eventually crashing with the console stack trace of
Adding manual tasks causes it to causes it to crash silently when the objective checking runs after X messages and it stops allowing new messages to be sent.
I'm on a Mac M1 Sonoma 14.3.1 should it be relevant.
My start script is
The text was updated successfully, but these errors were encountered: