Skip to content

Commit ff2e05a

Browse files
committed
Fix LLM response cache: set cache DB path so workflow actually uses cached responses
1 parent d6051ae commit ff2e05a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/run_generate_combined_gene_table.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ jobs:
103103
- name: Add phenotype summary using AI
104104
env:
105105
GEMINI_API_KEY: ${{ secrets.GEMINI_API_KEY }}
106+
LLM_RESPONSE_CACHE_DB_PATH: ${{ github.workspace }}/.cache/llm_response_cache.db
106107
run: |
107108
python3 annotation_utils/add_phenotype_summary_using_AI.py combined_mendelian_gene_disease_table.tsv.gz
108109

0 commit comments

Comments
 (0)