Open source project how to regulate API costs?
Hi, For an open source project that uses an API (in this case the OpenAI API), what is the best way to handle authentication? Don't get me wrong, this isn't about how login and so on should work, but rather how I should handle access to the API. One possibility would be to set up…