Skip to content

Commit 5591256

Browse files
committed
Have the example config use a default cost logging DB
1 parent 7ea558a commit 5591256

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

example-config.hjson

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
{
2+
cost_db_path: "~/llms_costs.db"
3+
cost_db_defaults:
4+
{
5+
project: "python-llms-wrapper"
6+
task: "Package development and testing"
7+
}
28
llms:
39
[
410
{

0 commit comments

Comments
 (0)