-
Notifications
You must be signed in to change notification settings - Fork 623
Use dotprompt in evaluators #42
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
| const myPrompt = await loadPromptFile( | ||
| path.resolve(__dirname, './path/to/my_prompt.prompt') | ||
| ); |
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.
Not sure if this the preferred way or if this should be mentioned as an alternative.
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.
yeah, I'm a bit torn, but I think this way is more flexible, if a little more verbose. I think it's good.
|
Ugh... I have a really bad headache.... instead of "approve" I hit "merge"... |
No description provided.