Embedchain + Mistral Streamlit chatbot (#1017)

This commit is contained in:
Sidharth Mohanty
2023-12-18 14:42:19 +05:30
committed by GitHub
parent c0b5e93967
commit 0272459435
6 changed files with 205 additions and 1 deletions

View File

@@ -0,0 +1,7 @@
### Streamlit Chat bot App (Embedchain + Mistral)
To run it locally,
```bash
streamlit run app.py
```