We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
Lang2SQL 애플리케이션에서 LLM 응답 메시지들의 토큰 사용량을 집계하는 기능을 별도의 유틸리티 모듈로 분리합니다.
TokenUtils
llm_utils/token_utils.py
get_token_usage_summary
TokenCostCalculator
The text was updated successfully, but these errors were encountered:
#117
Sorry, something went wrong.
ParkGyeongTae
No branches or pull requests
Lang2SQL 애플리케이션에서 LLM 응답 메시지들의 토큰 사용량을 집계하는 기능을 별도의 유틸리티 모듈로 분리합니다.
주요 변경 사항
TokenUtils
유틸리티 클래스를llm_utils/token_utils.py
에 정의get_token_usage_summary
정적 메서드 구현작업 목적
향후 고려 사항
TokenCostCalculator
) 추가 가능성The text was updated successfully, but these errors were encountered: