Commit Graph
792 Commits
Author SHA1 Message Date
Shroominic a4c092d8dc rm fetch_models 2025-11-13 16:09:35 +08:00
Shroominic 94e7b2b4d2 Fix settings override bug: allow False and 0 from database
Fixes #217 - Database values of False and 0 are now properly respected
instead of being ignored. Removed 'and v' check that incorrectly treated
these legitimate config values as 'empty'. Now only truly empty values
(None, empty string, empty list, empty dict) are ignored in favor of env.
2025-11-13 16:03:56 +08:00
Shroominic 9a52e30470 get api key link 2025-11-11 17:31:19 +08:00
Shroominic 30d62bf65c fix linting 2025-11-11 17:24:21 +08:00
Shroominic 29b088c035 bump v0.2.0b 2025-11-11 17:21:52 +08:00
Shroominic d16b0d5190 fix groq +xai model fetching 2025-11-11 17:19:04 +08:00
Shroominic 320cfe82fd auto populate providers from available classes 2025-11-11 16:10:42 +08:00
Shroominic 8cb73f4528 fix import error 2025-11-11 13:40:59 +08:00
Shroominic e3b146b83f Merge branch 'upstream-refactor' into v0.2.0 2025-11-11 13:09:02 +08:00
Shroominic b7e4fbf739 fix model alias problem for anthropic 2025-11-11 12:43:02 +08:00
Shroominic 2c8ba93312 experiments 2025-11-11 10:24:34 +08:00
9qeklajc cfe03d6dcb remove redundant setting & doc 2025-11-10 22:59:32 +01:00
9qeklajc 80b6acbf4b add docs 2025-11-10 22:40:35 +01:00
9qeklajc 45f5ba96a8 update doc 2025-11-09 21:36:42 +01:00
Shroominic 4b935a6f4d more upstream + model fetchin wip 2025-11-08 12:30:12 +08:00
Shroominic c9f458b8ba experimentation to get better fetching algorighm 2025-11-06 18:27:17 +08:00
Shroominic d9d2e17e5d refactor upstream files and classes 2025-11-06 17:23:37 +08:00
9qeklajcandGitHub 3d6bd65a64 Merge pull request #215 from Routstr/v0.2.0-final
* fix model filtering
* cleanup desing
2025-11-05 09:35:10 +01:00
9qeklajc 8c08be9e11 better ui 2025-11-05 00:12:23 +01:00
9qeklajc c49da9bf84 ignore error 2025-11-04 23:50:55 +01:00
9qeklajc c2b97f8e3b use enabled flag 2025-11-04 23:48:38 +01:00
9qeklajc 74480df47d different check 2025-11-04 23:48:24 +01:00
9qeklajc f5c9cde852 clean up 2025-11-04 23:46:38 +01:00
9qeklajc 88fbefbd18 fmt 2025-11-04 23:29:07 +01:00
9qeklajc ded82cd729 fix model endpoint & filter query 2025-11-04 23:16:08 +01:00
9qeklajc 1e90b223cf fix model filter 2025-11-04 22:45:18 +01:00
9qeklajc b8a1d69924 fmt 2025-11-04 22:45:07 +01:00
9qeklajc 33b19ba98b better model naming 2025-11-04 22:28:48 +01:00
shroominicandGitHub 64bf8aec3f Merge pull request #214 from Routstr/v0.2.0-dev
v0.2.0
v0.2.0
2025-11-03 22:36:05 +08:00
shroominicandGitHub 3a69491ac0 Merge pull request #205 from routstr/v0.2.0-final
V0.2.0
2025-11-03 22:33:07 +08:00
Shroominic 44286067ae fix typing 2025-11-03 22:24:46 +08:00
Shroominic 1c7cbf64ef ruff fmt 2025-11-03 22:24:27 +08:00
Shroominic 0c3beba74f optional primary_mint_unit setting for special msat only mints 2025-11-03 13:53:44 +08:00
9qeklajc 1b6188b130 better model update 2025-11-02 23:42:18 +01:00
9qeklajc 4859dbd163 fix models filtering 2025-11-02 23:42:03 +01:00
9qeklajc a3d9022e2b add generic upstream 2025-11-02 11:50:13 +01:00
Shroominic dc4dbb4cff max_tokens must be an integer 2025-11-02 15:47:26 +08:00
Shroominic fc97e75602 Merge branch 'v0.2.1-pricing-algorithm' without version bump
- Add model/provider selection based on pricing algorithm
- Simplify models/providers UI
- Implement cost-based model selection
- Keep version at 0.2.0
2025-11-02 14:38:47 +08:00
Shroominic 293f8471b3 add: msat/sat/usd unit toggle 2025-11-02 13:34:57 +08:00
Shroominic beedfdc1d2 rm outdated admin cookie auth 2025-11-02 12:27:12 +08:00
Shroominic 6e7be9695e fetch provider-types from node api 2025-11-02 12:05:39 +08:00
9qeklajc 01d40009a3 ui build test 2025-11-01 15:29:21 +01:00
9qeklajc 557080d0b2 fix ui bild 2025-11-01 15:19:39 +01:00
Shroominic baa2e7038c rm dev version tag 2025-11-01 13:48:10 +08:00
Shroominic 39047361d6 model/provider selection based on pricing 2025-11-01 13:47:23 +08:00
Shroominic 57c0defbd7 bump v0.2.1 2025-11-01 13:46:59 +08:00
Shroominic 887bd14774 simplify models/providers UI 2025-11-01 13:35:21 +08:00
Shroominic b37645cfbe ignore mypy cache 2025-11-01 13:35:00 +08:00
Shroominic 4df56571be fix typing + linting issues 2025-11-01 13:33:44 +08:00
9qeklajc ff4c2c418c fix ollama request 2025-10-31 22:54:32 +01:00