File size: 459 Bytes
40bd192
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
---
title: ChatModelApp
emoji: 
colorFrom: gray
colorTo: red
sdk: streamlit
sdk_version: 1.30.0
app_file: app.py
pinned: false
---

# ChatModelApp

Multi-provider chat app using **Google Gemini (PaLM API)** and **Hugging Face** models, built with Streamlit.

## Usage

1. Set Secrets in Hugging Face Spaces:
   - `GEN_API_KEY` → Gemini API key  
   - `HUGGINGFACE_HUB_TOKEN` → Hugging Face token
2. The app file is `app.py`. It will run automatically.