Skip to content

Commit 1e67e41

Browse files
committed
big rewrite of llm code; cost tracking now works, marker for number of completions in flight; fixed small bugs
1 parent 7733f59 commit 1e67e41

37 files changed

+3118
-2170
lines changed

src/flowco.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
from flowco.util.costs import CostTracker
1515
from flowco.util.files import get_flowco_files, setup_flowco_files
1616
from flowco.util.output import Output, log, log_timestamp
17-
# from flowco.util.stopper import Stopper
1817

1918

2019
@st.cache_data

0 commit comments

Comments
 (0)