-
-
Notifications
You must be signed in to change notification settings - Fork 294
Add/formatting chat template #568
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
base: main
Are you sure you want to change the base?
Conversation
isLoading: isChatTemplateLoading, | ||
} = useAPI( | ||
'models', | ||
['chatTemplate'], |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is the api repo up to date with main?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
oh I think I needed to merge something else too then!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@dadmobile now it should work
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
![]() @dadmobile I updated the ui |
src/renderer/components/Experiment/Train/TrainingModalDataTemplatingTab.tsx
Outdated
Show resolved
Hide resolved
{{}} in the template below | ||
</FormHelperText> | ||
<FormLabel> | ||
You can select which field to use for training: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This let me save without selecting a field. I think there must be a field selected?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also it didn't save with "Apply Chat Template" selected and even my training template reset from what it was on the template to the default (about text summarization.)
No description provided.