File size: 421 Bytes
f83a079 d9032bc |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 |
## Gemini ChatBot
Chatbot powered by Google Gemini-Pro, Gemini-Pro-Vision, and UI.
https://geminix.streamlit.app/
## Running Locally
```python
pip install -r requirements.txt
streamlit run 1_Gemini_Pro.py
```
Get your API KEY from https://makersuite.google.com
# Credits:
The repository was forked from: https://github.com/hiliuxg/geminichat
# SDK
sdk: streamlit
sdk_version: 1.25.0 # The latest supported version
|