microsoft / azurechat

🤖 💼 Azure Chat Solution Accelerator powered by Azure Open AI Service

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Create User logs | Get Analytics of Usage

rushabhAlmma opened this issue · comments

Hello,

I am developing an webapp where I am using GPT-3.5, GPT-4, DALL-E services and I want to build a system from which I can track all activities done by registered users like..

  • How many times DOLL-E is called

  • How many times times GPT is called/queried

  • How much tokens used (i.e. input and output tokens.)

Technology Stack

  • Next.js SSR
  • Azure Cloud
  • Azure Cosmos DB

If anyone can show ways how I can implement this type of functionality in my app it would be great.

Looking forward to hear from you guys.
Thank you!