Skip to content

Commit

Permalink
cli: fix some cost model tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dwerner committed Dec 11, 2024
1 parent 1e1a2ff commit 62e340b
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 30 deletions.
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
┌────────────────────────────────────────────────┬─────────────────────┬────────────────┐
│ deployment │ model │ variables │
├────────────────────────────────────────────────┼─────────────────────┼────────────────┤
│ QmQ44hgrWWt3Qf2X9XEX2fPyTbmQbChxwNm5c1t4mhKpGt │ null │ { │
│ │ │ "DAI": "0.5" │
│ │ │ } │
├────────────────────────────────────────────────┼─────────────────────┼────────────────┤
│ QmZfeJYR86UARzp9HiXbURWunYgC9ywvPvoePNbuaATrEK │ default => 0.00025; │ null │
├────────────────────────────────────────────────┼─────────────────────┼────────────────┤
│ global │ default => 0.00025; │ null │
└────────────────────────────────────────────────┴─────────────────────┴────────────────┘
┌────────────────────────────────────────────────┬─────────────────────┬───────────┐
│ deployment │ model │ variables │
├────────────────────────────────────────────────┼─────────────────────┼───────────┤
│ QmZfeJYR86UARzp9HiXbURWunYgC9ywvPvoePNbuaATrEK │ default => 0.00025; │ null │
├────────────────────────────────────────────────┼─────────────────────┼───────────┤
│ global │ default => 0.00025; │ null │
└────────────────────────────────────────────────┴─────────────────────┴───────────┘
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
┌────────────────────────────────────────────────┬───────┐
│ deployment │ model │
├────────────────────────────────────────────────┼───────┤
│ QmQ44hgrWWt3Qf2X9XEX2fPyTbmQbChxwNm5c1t4mhKpGt │ null
└────────────────────────────────────────────────┴───────┘
┌────────────────────────────────────────────────┬─────────────────────
│ deployment │ model
├────────────────────────────────────────────────┼─────────────────────
│ QmQ44hgrWWt3Qf2X9XEX2fPyTbmQbChxwNm5c1t4mhKpGt │ default => 0.00025;
└────────────────────────────────────────────────┴─────────────────────
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
┌────────────────────────────────────────────────┬────────────────┐
│ deployment │ variables │
├────────────────────────────────────────────────┼────────────────┤
│ QmQ44hgrWWt3Qf2X9XEX2fPyTbmQbChxwNm5c1t4mhKpGt │ { │
│ │ "DAI": "0.5" │
│ │ } │
└────────────────────────────────────────────────┴────────────────┘
┌────────────────────────────────────────────────┬───────────┐
│ deployment │ variables │
├────────────────────────────────────────────────┼───────────┤
│ QmQ44hgrWWt3Qf2X9XEX2fPyTbmQbChxwNm5c1t4mhKpGt │ null │
└────────────────────────────────────────────────┴───────────┘
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
┌────────────────────────────────────────────────┬───────┬────────────────┐
│ deployment │ model │ variables │
├────────────────────────────────────────────────┼───────┼────────────────┤
│ QmQ44hgrWWt3Qf2X9XEX2fPyTbmQbChxwNm5c1t4mhKpGt │ null │ { │
│ │ │ "DAI": "0.5" │
│ │ │ } │
└────────────────────────────────────────────────┴───────┴────────────────┘
┌────────────────────────────────────────────────┬─────────────────────┬───────────┐
│ deployment │ model │ variables │
├────────────────────────────────────────────────┼─────────────────────┼───────────┤
│ QmQ44hgrWWt3Qf2X9XEX2fPyTbmQbChxwNm5c1t4mhKpGt │ default => 0.00025; │ null │
└────────────────────────────────────────────────┴─────────────────────┴───────────┘

0 comments on commit 62e340b

Please sign in to comment.