We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Adding a system prompt option to pre-prompt the model before accepting user messages.
A system prompt is a set of instructions that guide an AI model's behavior and responses.
I know this can be achieved by sending a message and not printing the output, but I think it would be better to have it as a separate field.
The text was updated successfully, but these errors were encountered:
This already is a separate field, called system
system
ollama-js/README.md
Line 78 in 6b262d6
Sorry, something went wrong.
No branches or pull requests
Proposal
Adding a system prompt option to pre-prompt the model before accepting user messages.
Information about a system prompt
A system prompt is a set of instructions that guide an AI model's behavior and responses.
I know this can be achieved by sending a message and not printing the output, but I think it would be better to have it as a separate field.
The text was updated successfully, but these errors were encountered: