Skip to content

Commit aae6b75

Browse files
Dev NirwalDev Nirwal
authored andcommitted
Fix: expose GOOGLE_API_KEY to Django settings for model listing
1 parent 4dc6309 commit aae6b75

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

pdf_chat_project/settings.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@
2828
# SECURITY WARNING: keep the secret key used in production secret!
2929
SECRET_KEY = env('SECRET_KEY', default='django-insecure-default-key')
3030

31+
# Gemini API Key
32+
GOOGLE_API_KEY = env('GOOGLE_API_KEY', default=None)
33+
3134
# Data directory for PVC mounting
3235
DATA_DIR = env('DATA_DIR', default=str(BASE_DIR))
3336

0 commit comments

Comments
 (0)