feat: track cost and token usage in log file (#80)

This commit is contained in:
Lifei Zhou
2024-09-23 14:46:42 -07:00
committed by GitHub
parent 7b00c041d5
commit 9dbc0d95eb
8 changed files with 122 additions and 11 deletions
+1 -3
View File
@@ -8,7 +8,7 @@ dependencies = [
"attrs>=23.2.0",
"rich>=13.7.1",
"ruamel-yaml>=0.18.6",
"ai-exchange>=0.9.0",
"ai-exchange>=0.9.2",
"click>=8.1.7",
"prompt-toolkit>=3.0.47",
]
@@ -62,5 +62,3 @@ dev-dependencies = [
"mkdocs-include-markdown-plugin>=6.2.2",
"mkdocs-callouts>=1.14.0",
]