Skip to content

Commit

Permalink
πŸ“ add point about documentation to contributing provideers
Browse files Browse the repository at this point in the history
  • Loading branch information
sestinj committed Jan 25, 2024
1 parent 2a1d541 commit 61b90d5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ Continue has support for more than a dozen different LLM "providers", making it
2. Add your provider to the `LLMs` array in [core/llm/llms/index.ts](./core/llm/llms/index.ts).
3. If your provider supports images, add it to the `PROVIDER_SUPPORTS_IMAGES` array in [core/llm/index.ts](./core/llm/index.ts).
4. Add the necessary JSON Schema types to [`config_schema.json`](./extensions/vscode/config_schema.json). This makes sure that Intellisense shows users what options are available for your provider when they are editing `config.json`.
5. Add a documentation page for your provider in [`docs/docs/reference/Model Providers`](./docs/docs/reference/Model%20Providers). This should show an example of configuring your provider in `config.json` and explain what options are available.

### Adding Models

Expand Down

0 comments on commit 61b90d5

Please sign in to comment.