-
Notifications
You must be signed in to change notification settings - Fork 137
Improve system prompts #56
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
Conversation
|
Nice! Can you mark with a TODO all the code related to non-streaming execution? To remove it in the future |
Some changes were unintended it's good to leave it for now as we do more testing. I've addressed your other comment and recovered the examples functionality for runPromptFromScratch that I had missed when refactoring |
This PR enhances the prompt for column generation from scratch and from data.
The most important change is that we now include the inputs and outputs in the examples (human demonstrations) section.
Note: We're not using the system message but the user message. This is to make the approach as general as possible, as some models don't support system messages.