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

Allow the user to select a model #8

Merged
merged 3 commits into from
Apr 8, 2023

Conversation

epylar
Copy link
Contributor

@epylar epylar commented Apr 8, 2023

  • Implement argparse for handling command line options
  • Add --model option to allow specifying the model name (default: gpt-4)
  • Update send_error_to_gpt4 function to accept model_name as a parameter
  • Rename send_error_to_gpt4 function to send_error_to_gpt

- Implement argparse for handling command line options
- Add --model option to allow specifying the model name (default: gpt-4)
- Update send_error_to_gpt4 function to accept model_name as a parameter
- Rename send_error_to_gpt4 function to send_error_to_gpt
@epylar
Copy link
Contributor Author

epylar commented Apr 8, 2023

addresses #2, #3 and partially addresses #5

@biobootloader
Copy link
Owner

Thank you! I'd actually already reworked to use Fire for arguments, I've pushed that now. I'll fix the new conflicts and merge your other changes

wolverine.py Outdated Show resolved Hide resolved
@biobootloader biobootloader merged commit 56bb66e into biobootloader:main Apr 8, 2023
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