Skip to content

Commit 2c605e2

Browse files
authored
Update ai-review.yml
1 parent 518cb58 commit 2c605e2

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/ai-review.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,5 @@ jobs:
3535
uses: ./
3636
with:
3737
llm_api_key: ${{ secrets.LLM_API_KEY }}
38-
llm_api_base: ${{ secrets.LLM_API_BASE || 'https://api.openai.com/v1' }}
38+
llm_api_base: ${{ secrets.LLM_API_BASE }}
39+
llm_model: ${{ secrets.LLM_MODEL }}

0 commit comments

Comments
 (0)