Skip to content

Commit a0f3704

Browse files
authored
Clarification about model registry
1 parent 81e233c commit a0f3704

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

CONTRIBUTING.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,10 @@ If you're adding a new provider:
7070
5. **Update aliases.json** - Add entries to aliases.json for models accessible through your provider
7171
6. **Implement refresh mechanism** - Ensure your provider supports the `list_models` method for refreshing
7272

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+
7377
### Model Aliases
7478

7579
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:
@@ -200,4 +204,4 @@ Gem versioning follows [Semantic Versioning](https://semver.org/):
200204

201205
Releases are handled by the maintainers through the CI/CD pipeline.
202206

203-
Thanks for helping make RubyLLM better!
207+
Thanks for helping make RubyLLM better!

0 commit comments

Comments
 (0)