Skip to content

Commit 36af646

Browse files
committed
fix: update github-copilot model from gpt-4o to gpt-4.1
1 parent b46aee4 commit 36af646

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

examples/github-copilot.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,16 @@
1313

1414
agents:
1515
root:
16-
model: github-copilot/gpt-4o
16+
model: github-copilot/gpt-4.1
1717
description: A helpful AI assistant powered by GitHub Copilot
1818
instruction: |
1919
You are a helpful AI assistant.
2020
Be helpful, accurate, and concise in your responses.
2121
2222
models:
23-
github-copilot/gpt-4o:
23+
github-copilot/gpt-4.1:
2424
provider: github-copilot
25-
model: gpt-4o
25+
model: gpt-4.1
2626
# Optional: override the default Copilot-Integration-Id header or add
2727
# any other custom HTTP headers. Header names are matched
2828
# case-insensitively against the default.

0 commit comments

Comments
 (0)