Update README.md
Browse files
README.md
CHANGED
|
@@ -11,11 +11,10 @@ pinned: false
|
|
| 11 |
|
| 12 |
# ChatModelApp
|
| 13 |
|
| 14 |
-
Multi-provider chat app using **Google Gemini (PaLM API)**
|
| 15 |
|
| 16 |
## Usage
|
| 17 |
|
| 18 |
1. Set Secrets in Hugging Face Spaces:
|
| 19 |
- `GEN_API_KEY` → Gemini API key
|
| 20 |
-
- `HUGGINGFACE_HUB_TOKEN` → Hugging Face token
|
| 21 |
2. The app file is `app.py`. It will run automatically.
|
|
|
|
| 11 |
|
| 12 |
# ChatModelApp
|
| 13 |
|
| 14 |
+
Multi-provider chat app using **Google Gemini (PaLM API)** built with Streamlit.
|
| 15 |
|
| 16 |
## Usage
|
| 17 |
|
| 18 |
1. Set Secrets in Hugging Face Spaces:
|
| 19 |
- `GEN_API_KEY` → Gemini API key
|
|
|
|
| 20 |
2. The app file is `app.py`. It will run automatically.
|