charesz commited on
Commit
bc3ff89
·
verified ·
1 Parent(s): 42c1a1d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -2
README.md CHANGED
@@ -11,11 +11,10 @@ pinned: false
11
 
12
  # ChatModelApp
13
 
14
- Multi-provider chat app using **Google Gemini (PaLM API)** and **Hugging Face** models, built with Streamlit.
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.