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

@@ -8,11 +8,11 @@ versions:
ghec: '*'
---
Prompts can be stored as files directly within GitHub repositories. This unlocks the ability to view your prompts in an organized UI, share them with non-technical stakeholders, and run seamless iterations and comparisons on adjustments to models and prompts.
Prompts can be stored as files directly within {% data variables.product.github %} repositories. This unlocks the ability to view your prompts in an organized UI, share them with non-technical stakeholders, and run seamless iterations and comparisons on adjustments to models and prompts.
## Benefits
* Easy integration with the new suite of AI development tools directly on GitHub.
* Easy integration with the new suite of AI development tools directly on {% data variables.product.github %}.
* Simple and scalable from simple to complex use cases.
* Uses a widely supported format, compatible with existing tools.
@@ -27,7 +27,7 @@ Example:
``` yaml copy
name: Text Summarizer
description: Summarizes input text concisely
model: gpt-4o-mini
model: openai/gpt-4o-mini
modelParameters:
temperature: 0.5
messages: