Skip to content

Commit 80b27c3

Browse files
committed
Modify chat.py
1 parent f265192 commit 80b27c3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test-github-models.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
env:
3737
API_HOST: github
3838
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
39-
GITHUB_MODEL: gpt-4o-mini
39+
GITHUB_MODEL: openai/gpt-4o-mini
4040
run: |
4141
echo "Testing main chat.py file..."
4242
python chat.py
@@ -45,7 +45,7 @@ jobs:
4545
env:
4646
API_HOST: github
4747
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
48-
GITHUB_MODEL: gpt-4o-mini
48+
GITHUB_MODEL: openai/gpt-4o-mini
4949
run: |
5050
echo "Testing Spanish chat.py file..."
5151
python spanish/chat.py

0 commit comments

Comments
 (0)