1038 - Streamlit bot with LocalAI (#1072)

**Description**

This PR fixes #1038

Added Streamlit example and also updated readme for examples.


**[Signed
commits](../CONTRIBUTING.md#signing-off-on-commits-developer-certificate-of-origin)**
- [X] Yes, I signed my commits.
 

<!--
Thank you for contributing to LocalAI! 

Contributing Conventions:

1. Include descriptive PR titles with [<component-name>] prepended.
2. Build and test your changes before submitting a PR. 
3. Sign your commits

By following the community's contribution conventions upfront, the
review process will
be accelerated and your PR merged more quickly.
-->
This commit is contained in:
Manohar Joshi 2023-09-17 02:33:23 -04:00 committed by GitHub
parent 31ed13094b
commit f37a4ec9c8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 353 additions and 2 deletions

View file

@ -0,0 +1,2 @@
streamlit==1.26.0
requests