Skip to content
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

Added --prompt-family arg and instantiations for GPT and Claude. #7

Merged
merged 2 commits into from
Apr 11, 2024

Conversation

emeryberger
Copy link
Member

Includes prompt tuning for Claude Opus.

default = 'gpt',
help='Prompt style to use')

ap.add_argument('--model-temperature', type=float, default=0,
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This line fixes a bug with temperature, which was being parsed as a string instead of a float.

@jaltmayerpizzorno jaltmayerpizzorno merged commit ef315ee into main Apr 11, 2024
13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants