scripts/inference-providers/templates/common/provider-header.handlebars (9 lines of code) (raw):
WARNING
This markdown file has been generated from a script. Please do not edit it directly.
### Template
If you want to update the content related to {{provider}}'s description, please edit the template file under `https://github.com/huggingface/hub-docs/tree/main/scripts/inference-providers/templates/providers/{{provider}}.handlebars`.
### Logos
If you want to update {{provider}}'s logo, upload a file by opening a PR on https://huggingface.co/datasets/huggingface/documentation-images/tree/main/inference-providers/logos. Ping @wauplin and @celinah on the PR to let them know you uploaded a new logo.
Logos must be in .png format and be named `{{provider}}-light.png` and `{{provider}}-dark.png`. Visit https://huggingface.co/settings/theme to switch between light and dark mode and check that the logos are displayed correctly.
### Generation script
For more details, check out the `generate.ts` script: https://github.com/huggingface/hub-docs/blob/main/scripts/inference-providers/scripts/generate.ts.