File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -231,7 +231,7 @@ jobs:
231231 - name : Detect duplicates using AI
232232 id : ai_detection
233233 if : steps.extract.outputs.should_continue == 'true' && steps.fetch_similar.outputs.has_similar == 'true'
234- uses : actions/ai-inference@5022b33bc1431add9b2831934daf8147a2ad9331 # v2.0.2
234+ uses : actions/ai-inference@02c6cc30ae592ce65ee356387748dfc2fd5f7993 # v2.0.3
235235 with :
236236 model : openai/gpt-4o
237237 system-prompt : |
Original file line number Diff line number Diff line change 5757 - name : Detect language using AI
5858 id : ai_language_detection
5959 if : steps.detect_language.outputs.should_continue == 'true'
60- uses : actions/ai-inference@5022b33bc1431add9b2831934daf8147a2ad9331 # v2.0.2
60+ uses : actions/ai-inference@02c6cc30ae592ce65ee356387748dfc2fd5f7993 # v2.0.3
6161 with :
6262 model : openai/gpt-4o-mini
6363 system-prompt : |
You can’t perform that action at this time.
0 commit comments