fix: use siliconflow to autorun

This commit is contained in:
csunny 2024-12-27 17:57:01 +08:00
parent d626d5801e
commit 14ec370209

View File

@ -33,6 +33,6 @@ jobs:
python -m examples python -m examples
env: env:
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }} SILICONFLOW_API_BASE: ${{ secrets.SILICONFLOW_API_BASE }}
OPEN_API_BASE: ${{ secrets.OPENAI_API_BASE }} SILICONFLOW_API_KEY: ${{ secrets.SILICONFLOW_API_KEY }}