doc(demo): add number of tokens max

This commit is contained in:
Stan Girard 2023-05-17 12:22:11 +02:00
parent c7981c792a
commit 226c7aabdc

View File

@ -46,7 +46,7 @@ st.markdown("---\n\n")
st.session_state["overused"] = False
if self_hosted == "false":
usage = get_usage_today(supabase)
st.write(f"Usage today: {usage} tokens")
st.write(f"Usage today: {usage} tokens out of {st.secrets.usage_limit}")
st.write("---")
if usage > st.secrets.usage_limit: