Hi
We are currently running an app locally that utilises Langchain to provide property investment tips based on user input.
Is there a way to limit time per user on the app? If we set up authentication can we set usage limits?
Thanks
Joe
Hi
We are currently running an app locally that utilises Langchain to provide property investment tips based on user input.
Is there a way to limit time per user on the app? If we set up authentication can we set usage limits?
Thanks
Joe
Hey @Joe_Mulcahy,
Congrats on building that app!
I think once you set up authentication, then you’d be in pretty good shape to unlock that yes! For example, you could set up a database to record when user x visits the app and have some logic on top to restrict access when that’s above a threshold.
Let us know how that goes!
This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.