vercel / modelfusion

The TypeScript library for building AI applications.
https://modelfusion.dev
MIT License
1.01k stars 76 forks source link

extracting cost calculators into new package w/o modelfusion dependency #288

Closed jakedetels closed 4 months ago

jakedetels commented 4 months ago

This PR addresses #248, extracting cost-caculator from packages/modelfusion-experimental into packages/@modelfusion-cost-calculator.

lgrammel commented 4 months ago

This is great @jakedetels !

jakedetels commented 4 months ago

Hi @lgrammel. Are there any other changes needed to make this ready for merge? Thanks. --Jake

lgrammel commented 4 months ago

@jakedetels it currently fails ci/cd - can you run pnpm i in the root and see if the lockfile changes?

lgrammel commented 4 months ago

Other than that it looks. I'll merge and release once it's ready!

jakedetels commented 4 months ago

@lgrammel: build issue resolved. ready for merge.

lgrammel commented 4 months ago

@jakedetels thanks, merged!