-
Notifications
You must be signed in to change notification settings - Fork 162
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature request: add entities to track used tokens #105
Comments
Thanks for reporting an issue.
Yes, functions count as tokens, hence limited.
I agree that it needs a way to monitor token usage, functions called, etc... 1. Create entities which hold token usage.
2. Fire an event of which token usage is composed
Currently, I'm thinking of latter way(event). |
Hi Jekalmin, Events would be fine for me. We can do wat we want with them. Many thanks for your reply! |
Sorry for being late. I just released 1.0.3-beta2 version. Please try it and give a feedback if possible. |
Closing the issue. |
Create some entities to track token usage. This to keep an eye on how much tokens are used to query chatgpt.
I saw my token usage spike during the first day's and after debugging found out that this was because this was I had too many and obsolete enities exposed. This can get quite big.
Do functions count towards tokens? Or can I add as many that I want?
Thanks for this great integration!!!!
Wouter
The text was updated successfully, but these errors were encountered: