-
Notifications
You must be signed in to change notification settings - Fork 450
add sys prompt to config #2271
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
add sys prompt to config #2271
Conversation
|
This pull request has merge conflicts that must be resolved before it can be |
|
This pull request has merge conflicts that must be resolved before it can be |
5716d1a to
3a9fd87
Compare
|
hi team, can someone take a look? |
|
@reidliu41 it looks like it's blocked because @cdoern and @alimaredia requested changes... are those still applicable? |
|
thanks, yeah, so if someone has time, might help to review.. |
Addressed I believe.
|
Hey @reidliu41! A PR was opened recently that is similar to yours: #3197 The difference is that PR focuses on decoupling the notion of hardcoding the specific model for each different workflow (training, sdg, eval, etc). Can you take a look? |
|
I think #3197 is not related to |
|
Hi @reidliu41, The way that ilab works today requires us to hardcode settings for each part of the workflow, and this doesn't scale well when we want to adjust which model we use. Going forward, the way we'll want configs to work is by having a In order to bring in the newer system, we will need to have the existing logic still live there since we can't just delete it. I'm not against having a setting for I would suggest that we either convert this PR to not have the system_prompt live in the config for now and simply live as a CLI argument |
|
@RobotSail thank you so much for your explanation. It's good to wait for #3197 finish. |
|
@reidliu41 We should rebase onto the new main and update this PR |
58f4060 to
1eba6d7
Compare
- add a new feature to custom system prompt for chat response Signed-off-by: reidliu41 <[email protected]>
1eba6d7 to
e62e273
Compare
|
@RobotSail updated |
|
This pull request has been automatically marked as stale because it has not had activity within 60 days. It will be automatically closed if no further activity occurs within 30 days. |
|
This pull request has been automatically closed due to inactivity. Please feel free to reopen if you intend to continue working on it! |
Checklist:
conventional commits.
Easy updates: can change the system prompt without touching the code.
Customization: Users can set their own prompt to fit different needs.
Consistency: Ensures the same prompt is used everywhere.
Flexibility: Prepares for future use of multiple prompts.
Better organization: Keeps settings separate from the code.