Skip to content

Commit

Permalink
✨ (#6)[feat] Google Generative AIライブラリをワークフローに追加
Browse files Browse the repository at this point in the history
- パイプラインにGoogle Generative AIライブラリを追加して、イシュー処理能力を強化します。
- 依存関係の更新により、新たなAIツールを活用することでより精度の高いイシュー解析が可能になります。
  • Loading branch information
Sunwood-ai-labs committed Jun 23, 2024
1 parent 96947c5 commit 87963ba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/issue-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
python -m pip install --upgrade pip
pip install litellm
pip install PyGithub
pip install -q -U google-generativeai
- name: LLMによるイシュー処理
env:
Expand Down

0 comments on commit 87963ba

Please sign in to comment.