Commit Graph
379 Commits
Author SHA1 Message Date
9qeklajc 76ea74e8ce fix refund 2025-08-06 00:49:34 +02:00
9qeklajc b7576663b5 fix model discovery 2025-08-05 19:41:16 +02:00
redshiftandGitHub 92318f0b00 Merge pull request #92 from Routstr/fix-context-length-cost-calc
Fix context length cost calculation
2025-08-05 17:01:11 +00:00
Shroominic 5dce680d11 merge 2025-08-05 12:50:27 -03:00
Kyle Santiago eef07fabfa Merge remote-tracking branch 'upstream/main' into kwsantiago/62-comprehensive-tests 2025-08-04 19:26:24 -04:00
Kyle Santiago bd354ac3e8 pydantic v1 + import fixes 2025-08-04 19:26:19 -04:00
Shroominic 01beaa93c6 pydantic v1 2025-08-04 14:40:10 -03:00
Shroominic 3845b11951 fix tests 2025-08-04 01:21:14 -03:00
Shroominic 5afa0ba4bc fix context length cost calculation 2025-08-03 23:57:00 -03:00
Shroominic 490e74e39d wip xcashu test 2025-08-03 20:37:05 -03:00
Shroominic d1d2417197 integration testing script (copied from sixty nuts) 2025-08-03 20:36:22 -03:00
Shroominic 0bba63ca4d move unit tests 2025-08-03 20:35:59 -03:00
Shroominic 91d39f3abe testing environment 2025-08-03 20:35:36 -03:00
Shroominic 1fd4badff4 undo change 2025-08-03 16:02:37 -03:00
Shroominic f91bed3532 simplify topup token validation 2025-08-03 16:01:53 -03:00
redshiftandGitHub da7c852210 Merge pull request #90 from Routstr/fix-max_cost_for_model-bug
This fixed a bug where the max cost was deducted from user's balance before prompt completion and max cost was later added to user's balance BUT if the bitcoin price changed in this short period of time, the max cost later added would be different and user's balance would be deducted more or less than actual costs. 

Bug found by @sh1ftred while working on evals.
2025-08-03 19:00:12 +00:00
Shroominic 346c239b06 Merge branch 'main' into kwsantiago/62-comprehensive-tests 2025-08-03 15:55:43 -03:00
Shroominic 7323b2f536 fix max_cost_for_model bug 2025-08-02 23:32:15 -03:00
shroominicandGitHub 9bcaa84014 Merge pull request #89 from Routstr/option-to-set-provider-fees
option to set provider fees
2025-08-02 22:11:15 -03:00
Shroominic 22aa55e3d6 option to set provider fees 2025-08-02 22:10:55 -03:00
shroominicandGitHub 416730a3e8 Merge pull request #88 from Routstr/deserialize_token_from_string
simplify deserialize_token_from_string
2025-08-02 22:08:32 -03:00
Shroominic 51001bb31a simplify deserialize_token_from_string 2025-08-02 22:08:04 -03:00
shroominicandGitHub dbbb1b51b8 Merge pull request #87 from Routstr/dev-logging
dev logging
2025-08-02 22:07:09 -03:00
Shroominic 01e14d3f35 dev logging 2025-08-02 22:05:19 -03:00
redshiftandGitHub 586a8f19e0 Merge pull request #86 from Routstr/rounding-msats
Fixed rounding problem as msats were rounding down instead of roundin…
2025-08-03 00:58:06 +00:00
redshift 1482fef8e1 Fixed rounding problem as msats were rounding down instead of rounding up. 2025-08-02 21:55:18 -03:00
shroominicandGitHub bc3f4d611a Merge pull request #85 from Routstr/multi-mint-support
multimints
2025-08-02 21:34:37 -03:00
Shroominic f8e805088b fix multimint 2025-08-02 21:32:54 -03:00
shroominicandGitHub ac648cfc43 Merge pull request #83 from Routstr/cleanup
Cleanup and smaller fixes
2025-08-02 14:58:32 -03:00
Shroominic 1cb88603ec raise if mint not supported 2025-08-02 14:58:06 -03:00
Shroominic b4e919ebba better error responses 2025-08-02 14:25:29 -03:00
Shroominic 731bd8d274 fix "sat" xcashu cost calculation 2025-08-02 14:25:20 -03:00
Shroominic 658fc0c4f5 improve logging 2025-08-02 14:05:22 -03:00
Shroominic 2a56998450 refactor names and folders 2025-08-02 14:04:37 -03:00
Shroominic d94a27d16e rm unused 2025-08-02 13:11:21 -03:00
Shroominic 6bc963de77 rm comments 2025-08-02 13:10:56 -03:00
Shroominic a7831952b9 fix tests 2025-08-02 12:33:42 -03:00
Shroominic bc12d23f5b fix linting errors 2025-08-02 00:08:16 -03:00
Shroominic 7f9555227f bump stable release version 2025-08-02 00:06:46 -03:00
Shroominic c81f024d7d wip provider publish script 2025-08-02 00:06:31 -03:00
Shroominic bc651f67e8 update discovery 2025-08-02 00:06:20 -03:00
Shroominic 13d6d5bd60 fix cashuA parsing 2025-08-02 00:05:37 -03:00
Shroominic b313017492 fix mint advertisment 2025-08-01 22:31:40 -03:00
Shroominic c6d7939d0a update examples 2025-08-01 22:31:18 -03:00
Shroominic 72b6d5afbd rm 2025-08-01 22:31:07 -03:00
shroominicandGitHub 4755a8c0e0 Merge pull request #82 from Routstr/fixpytests
fix pytests
2025-08-01 19:16:07 -03:00
Shroominic ca29526761 fix pytests 2025-08-01 19:15:31 -03:00
shroominicandGitHub 07600b9ff8 Merge pull request #80 from Routstr/nutshell-wallet
Temp Nutshell wallet
2025-08-01 19:00:12 -03:00
Shroominic 1b1279f111 fix tests 2025-08-01 18:59:33 -03:00
redshiftandGitHub 179e27953c Update README.md 2025-08-01 21:54:07 +00:00