TheBrookhavenGroup / djangollmapi

Providing a protected API for LLMs running on GPUs.
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Sum(words) #14

Closed Schwarzschild closed 53 minutes ago

Schwarzschild commented 2 hours ago

Add api call to see number of words processed. It could be a general usage report. So, how about /usage as the url?

Schwarzschild commented 2 hours ago

Also, make the index view redirect if there is a redirect url defined in djangollmapi.config file.