We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b46aee4 commit 36af646Copy full SHA for 36af646
1 file changed
examples/github-copilot.yaml
@@ -13,16 +13,16 @@
13
14
agents:
15
root:
16
- model: github-copilot/gpt-4o
+ model: github-copilot/gpt-4.1
17
description: A helpful AI assistant powered by GitHub Copilot
18
instruction: |
19
You are a helpful AI assistant.
20
Be helpful, accurate, and concise in your responses.
21
22
models:
23
- github-copilot/gpt-4o:
+ github-copilot/gpt-4.1:
24
provider: github-copilot
25
- model: gpt-4o
+ model: gpt-4.1
26
# Optional: override the default Copilot-Integration-Id header or add
27
# any other custom HTTP headers. Header names are matched
28
# case-insensitively against the default.
0 commit comments