c0sogi / LLMChat

A full-stack Webui implementation of Large Language model, such as ChatGPT or LLaMA.
MIT License
245 stars 40 forks source link

Display token/word count and cost #18

Closed Torhamilton closed 1 year ago

Torhamilton commented 1 year ago

This will help contain cost. Screenshot 2023-05-19 125701

Courtesy of chatpad

c0sogi commented 1 year ago

I'm going to set it to show the number of tokens only. It's too complicated to calculate the cost.

Torhamilton commented 1 year ago

Sure closing this for now