We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6051ae commit ff2e05aCopy full SHA for ff2e05a
.github/workflows/run_generate_combined_gene_table.yml
@@ -103,6 +103,7 @@ jobs:
103
- name: Add phenotype summary using AI
104
env:
105
GEMINI_API_KEY: ${{ secrets.GEMINI_API_KEY }}
106
+ LLM_RESPONSE_CACHE_DB_PATH: ${{ github.workspace }}/.cache/llm_response_cache.db
107
run: |
108
python3 annotation_utils/add_phenotype_summary_using_AI.py combined_mendelian_gene_disease_table.tsv.gz
109
0 commit comments