devika icon indicating copy to clipboard operation
devika copied to clipboard

Implement TicToken library in frontend

Open leandro-br-dev opened this issue 1 year ago • 2 comments

This pull request implements the TicToken library in the frontend, eliminating the need for unnecessary API calls and reducing the amount of information logged in the backend console.

By importing the TicToken library into the frontend, the calculation of token size and quantity is now done locally, without the need to send API requests. This results in a significant reduction in API calls and console logs, improving performance and making it easier to debug console messages.

leandro-br-dev avatar Mar 31 '24 21:03 leandro-br-dev

pull the latest change and resolved the conflicts if it has then I'll merge right away

ARajgor avatar Apr 03 '24 20:04 ARajgor

@ARajgor, I have pulled the latest changes and resolved the conflicts. The code is now up to date and ready to be merged. Thanks!

leandro-br-dev avatar Apr 04 '24 21:04 leandro-br-dev