Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 649 Bytes

CONTRIBUTING.md

File metadata and controls

6 lines (5 loc) · 649 Bytes

Adding examples for a new model

  1. Create a new folder with the model name under llm-models.
  2. Add your and your team's GitHub handles to the CODEOWNERS file. See the documentation. Please keep the list of folders sorted alphabetically.
  3. Create a README.md file in the root of your folder and add frontmatter metadata at the top.
  4. Create a branch and push it to this repository, either with a fork (if you're not added directly), and create a pull request.