You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+5-1Lines changed: 5 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -70,6 +70,10 @@ If you're adding a new provider:
70
70
5.**Update aliases.json** - Add entries to aliases.json for models accessible through your provider
71
71
6.**Implement refresh mechanism** - Ensure your provider supports the `list_models` method for refreshing
72
72
73
+
### Model Registry (`models.json`)
74
+
75
+
The `models.json` file is autogenerated. PRs shouldn't change the file manually, instead either refresh it with `rake models:update` or change the relevant `capabilities.rb` files and then refresh it.
76
+
73
77
### Model Aliases
74
78
75
79
For providers that use complex model identifiers (like Bedrock's `anthropic.claude-3-5-sonnet-20241022-v2:0:200k`), add mappings to the global aliases.json file:
0 commit comments