We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f265192 commit 80b27c3Copy full SHA for 80b27c3
1 file changed
.github/workflows/test-github-models.yaml
@@ -36,7 +36,7 @@ jobs:
36
env:
37
API_HOST: github
38
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
39
- GITHUB_MODEL: gpt-4o-mini
+ GITHUB_MODEL: openai/gpt-4o-mini
40
run: |
41
echo "Testing main chat.py file..."
42
python chat.py
@@ -45,7 +45,7 @@ jobs:
45
46
47
48
49
50
echo "Testing Spanish chat.py file..."
51
python spanish/chat.py
0 commit comments