-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
Move ModelSettings to yml files in the models directory (Ready) #2846
base: main
Are you sure you want to change the base?
Conversation
… the remaining models. Would you like me to: 1. Create YAML files for all models in the existing list 2. Create YAML files for a subset of models 3. Provide guidance on how to create the YAML files systematically Which approach would you prefer?
Interesting. Thanks for putting this together. How did you transcribe the python module settings over into yaml? How do we know there were no changes/typos/mistakes? |
Yeah, little hard to guarantee. I asked ChatGPT-4o to do it. Looks to have done it all right, however I just manually made changes to the anthropic.yml to use anchors hopefully I didn't miss anything. |
I need to step out for a little and looks like some of the test are still failing so slapping a (Draft) on this till I can fix the issues. |
I let aider (via anthropic) handle the yml anchors, should be good to go. |
This moves all the ModelSettings values to yml files in the models directory.