Skip to content

Commit

Permalink
chore: use openai instead of deepseek for github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
luochen1990 committed Oct 10, 2024
1 parent 55bb79d commit e560aac
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,11 @@ jobs:
fi
- name: Test with coverage
env:
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY_DEEPSEEK }}
OPENAI_BASE_URL: https://api.deepseek.com
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY_OPENAI }}

#OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY_DEEPSEEK }}
#OPENAI_BASE_URL: https://api.deepseek.com

GOOGLE_API_KEY: ${{ secrets.GOOGLE_API_KEY }}
GOOGLE_ENGINE_ID: ${{ secrets.GOOGLE_ENGINE_ID }}
DEBUG: True
Expand Down

0 comments on commit e560aac

Please sign in to comment.