julianvandenberg
Jul 6, 2024
Q: Hi Nathaniel, If I bring our own OpenAI key (unlimited usage) to create an app that I want to embed on our ...
webpage, can I restrict the number of tokens that a user can consume during a session?
Rgds
Julian
Founder Team
Pickaxe_Staff
Jul 6, 2024A: Hey Julian, you can set a "usage limit". This limits the amount of times an end-user can use your tool. It does not limit them by tokens but by uses. Every time they have the Pickaxe generate a response that equals 1 use.
Share
Helpful?
3
Log in to join the conversation
Okay, cool. Thx Mike. I saw that in the training vids, so I'll implement that then.