Update README.md
Browse files
README.md
CHANGED
|
@@ -22,6 +22,7 @@ streamlit run app.py
|
|
| 22 |
## Environment Variables
|
| 23 |
|
| 24 |
- `GEMINI_API_KEY` (optional but required for PDF extraction with Gemini)
|
|
|
|
| 25 |
- `DB_HOST` (optional, required for database-backed browsing/upload)
|
| 26 |
- `DB_PORT` (optional, defaults to `5432`)
|
| 27 |
- `DB_NAME` (optional, required for database-backed browsing/upload)
|
|
|
|
| 22 |
## Environment Variables
|
| 23 |
|
| 24 |
- `GEMINI_API_KEY` (optional but required for PDF extraction with Gemini)
|
| 25 |
+
- `OPENAI_API_KEY` (optional but required for PDF extraction with gpt)
|
| 26 |
- `DB_HOST` (optional, required for database-backed browsing/upload)
|
| 27 |
- `DB_PORT` (optional, defaults to `5432`)
|
| 28 |
- `DB_NAME` (optional, required for database-backed browsing/upload)
|