Skip to content

Commit

Permalink
llm.yml WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
rjambrecic committed Jan 15, 2025
1 parent a61ab46 commit 4c660a7
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/llm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,9 @@ jobs:
matrix:
os: [ubuntu-latest]
python-version: ["3.9"]
# llm: ["openai", "gemini"]
llm: ["gemini"]
llm: ["openai", "gemini"]
runs-on: ${{ matrix.os }}
# environment: openai1
environment: openai1
services:
redis:
image: redis
Expand Down

0 comments on commit 4c660a7

Please sign in to comment.