streamlit / llm-examples

Streamlit LLM app examples for getting started
https://streamlit.io/generative-ai
Apache License 2.0
613 stars 1.31k forks source link

Add trubrics component to streamlit llm-examples #17

Closed sfc-gh-cfrasca closed 1 year ago

sfc-gh-cfrasca commented 1 year ago

@sfc-gh-jcarroll any issues with this?

jeffkayne commented 1 year ago

@sfc-gh-jcarroll @sfc-gh-cfrasca

I've fixed all the comments above. Thanks for those!

I've also added in some optional st.secrets that will allow you to save feedback to your Trubrics account if you wish: https://trubrics.streamlit.app/

To do so just add the following secrets: TRUBRICS_EMAIL= TRUBRICS_PASSWORD= TRUBRICS_SAVE=true