We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1c04c8 commit f4d6242Copy full SHA for f4d6242
.github/workflows/dev.yml
@@ -12,7 +12,7 @@ jobs:
12
strategy:
13
fail-fast: false
14
matrix:
15
- python-version: ["3.11"]
+ python-version: ["3.13"]
16
env:
17
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
18
OPENAI_MODEL: ${{ vars.OPENAI_MODEL }}
.github/workflows/main.yml
0 commit comments