Spaces:
Sleeping
Sleeping
A newer version of the Streamlit SDK is available:
1.54.0
metadata
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
- Set Secrets in Hugging Face Spaces:
GEN_API_KEY→ Gemini API keyHUGGINGFACE_HUB_TOKEN→ Hugging Face token
- The app file is
app.py. It will run automatically.