1
0
mirror of synced 2025-12-19 18:10:59 -05:00

all models are now prepended with the provider name (#57089)

This commit is contained in:
Sophie
2025-08-15 14:00:30 +02:00
committed by GitHub
parent a58436e431
commit cdd3570bdb
3 changed files with 9 additions and 17 deletions

View File

@@ -33,6 +33,8 @@ See [AUTOTITLE](/github-models/about-github-models).
## Best practices for using {% data variables.product.prodname_github_models %} at scale
The following best practices can help you effectively use {% data variables.product.prodname_github_models %} across your organization.
### Compare and evaluate AI models for governance and compliance
Review and compare available AI models against your companys governance, data security, and compliance requirements. You can do this in any Models-enabled {% data variables.product.github %} repository or in the {% data variables.product.prodname_github_models %} catalog from the {% data variables.product.prodname_marketplace %} at https://github.com/marketplace?type=models. Your considerations may include:
@@ -113,7 +115,7 @@ Large software development projects often contain issues full of technical detai
important questions.
- role: user
content: 'Summarize this issue, please - {% raw %}{{input}}{% endraw %}'
model: gpt-4o
model: openai/gpt-4o
modelParameters:
max_tokens: 4096
```