-
-
Notifications
You must be signed in to change notification settings - Fork 213
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
Bash vs shell code container #417
Comments
You are probably using a model that is bad at instruction following. If it cannot follow the simple system instructions, I wouldn't expect the commands to be very correct either. You can try the You can see some basic eval results for different models here: https://gptme.org/docs/evals.html |
I try to use ollama with deepseek-r1. It's not bad. Where can I see the system prompt for shell plugin? |
You can see the system prompt by running gptme with Deepseek R1 distillations in Ollama have been very disappointing for me when it comes to tool use/instruction following. Going to try a 70B distillation now that it's available on OpenRouter. |
I can confirm that https://openrouter.ai/deepseek/deepseek-r1-distill-llama-70b works pretty well |
Good day!
All my LLM when generate response used
bash , not
shell. And gptme don't execute the commands. What Do I wrong? How can I fix it?The text was updated successfully, but these errors were encountered: