Commit Graph
317 Commits
Author SHA1 Message Date
JustSong 4463224f04 feat: support automatic channel testing & balance updates (close #11, close #59) v0.4.5-alpha.17 2023-06-22 22:01:03 +08:00
JustSong ad1049b0cf feat: support search channels by key (close #185) 2023-06-22 21:19:43 +08:00
JustSong d0c454c78e chore: able to clear all models now 2023-06-22 20:53:21 +08:00
JustSong fe135fd508 chore: update base url setting 2023-06-22 20:49:55 +08:00
JustSong b090e50f72 chore: use NODE_TYPE to determine node type v0.4.5-alpha.16 2023-06-22 20:39:17 +08:00
JustSong 7497f24daa docs: update README 2023-06-22 20:19:30 +08:00
JustSong 28fb4d76af fix: disable redis on master node v0.4.5-alpha.15 2023-06-22 20:12:43 +08:00
mrhaoji ca779e4ffa fix: fix time_test.sh (#191)
* Update time_test.sh to fix the params

修复测试脚本入参问题

* Update time_test.sh to fix the params
2023-06-22 19:53:28 +08:00
JustSong f51c982437 fix: update time_test.sh 2023-06-22 19:36:54 +08:00
JustSong 36e681e878 chore: update time_test.sh 2023-06-22 19:25:27 +08:00
JustSong 75cd522c2c chore: add time_test.sh 2023-06-22 19:14:45 +08:00
mrhaoji c893d04667 chore: update docker-compose.yml (#189)
去除 Redis 服务的 ports 配置,只允许 Docker Compose 启动的服务才可以访问Redis,不会暴露到宿主机上也不会和宿主机产生端口冲突;同时也提升安全性。
2023-06-22 14:49:33 +08:00
JustSong c6717307d0 chore: update one-api.service 2023-06-22 11:37:44 +08:00
JustSong 97cdb616cd docs: update README 2023-06-22 11:17:42 +08:00
JustSong 76a3913115 chore: update docker-compose.yml 2023-06-22 11:15:01 +08:00
JustSong 00151a0124 chore: format logs v0.4.5-alpha.14 2023-06-22 10:59:01 +08:00
JustSong b86de464b5 chore: print more logs v0.4.5-alpha.13 2023-06-22 01:12:28 +08:00
JustSong 567916bd80 fix: only master node can migrate database v0.4.5-alpha.12 2023-06-22 00:52:27 +08:00
quzard 1f3b3ca7ae fix: fix channel table's sorting problem (#188) 2023-06-21 23:42:55 +08:00
JustSong 70cffbc258 docs: update README 2023-06-21 17:51:31 +08:00
JustSong 6d961064d2 feat: do not access database before response return (close #158) v0.4.5-alpha.11 2023-06-21 17:26:26 +08:00
JustSong ba54c71948 feat: select channel without database (#158) 2023-06-21 17:04:18 +08:00
JustSong 1932c56ea8 ci: ignore alpha version v0.4.5-alpha.10 2023-06-21 16:22:56 +08:00
JustSong dc7bb78c74 chore: update api message 2023-06-21 15:55:00 +08:00
JustSong 853a288052 chore: update api message 2023-06-21 15:54:06 +08:00
JustSong 6536a7be62 fix: do not show dollar balance if not enabled v0.4.5-alpha.9 2023-06-21 15:45:30 +08:00
JustSong 1b5c628e66 chore: update prompt 2023-06-21 00:20:48 +08:00
JustSong e398f470a1 feat: support custom base url for channels v0.4.5-alpha.8 2023-06-20 22:32:56 +08:00
JustSong 634099e592 fix: cors allow all headers 2023-06-20 22:04:01 +08:00
JustSong 868f0474a9 docs: update README 2023-06-20 21:14:24 +08:00
JustSong ced9f060c7 fix: fix used amount not correct v0.4.5-alpha.7 2023-06-20 21:05:07 +08:00
JustSong 14b85318a6 fix: fix crash when Redis is enabled v0.4.5-alpha.6 2023-06-20 20:56:35 +08:00
JustSong b179c2f208 feat: able to display quota in dollar v0.4.5-alpha.5 2023-06-20 20:09:17 +08:00
JustSong 3d76a974d1 feat: use cache to avoid database access (#158) 2023-06-20 19:09:49 +08:00
JustSong 4250064296 docs: update README 2023-06-19 16:20:08 +08:00
JustSong 868d9a87d2 chore: update description 2023-06-19 16:04:35 +08:00
JustSong 33846ce4f6 refactor: rename function 2023-06-19 15:00:22 +08:00
JustSong e5ac80c15d docs: update README 2023-06-19 11:04:17 +08:00
JustSong 9291b5fb20 docs: update README 2023-06-19 10:56:54 +08:00
JustSong d97f1df3c9 docs: update README 2023-06-19 10:55:38 +08:00
JustSong f0434c810c docs: update README 2023-06-19 10:53:32 +08:00
JustSong f6fe34676f refactor: split the relay controller 2023-06-19 10:28:55 +08:00
JustSong 5c18c559c3 chore: make the user unable to search token by id v0.4.5 2023-06-19 10:04:38 +08:00
JustSong 75545a1f47 refactor: make operation settings separated from system settings v0.4.5-alpha.4 2023-06-19 09:53:56 +08:00
JustSong 72ea805f84 chore: hide token id for user 2023-06-19 09:13:38 +08:00
JustSong 0e35050b8b docs: update README 2023-06-19 09:10:37 +08:00
JustSong 24a4b323eb chore: set the fallback model ratio to 30 2023-06-18 22:28:28 +08:00
JustSong aa0a9f2262 fix: fix wrong field name in SQL 2023-06-18 22:07:40 +08:00
JustSong 4010164db1 docs: update README 2023-06-18 22:03:23 +08:00
JustSong dc94765d32 fix: do not print response to console v0.4.5-alpha.3 2023-06-18 00:22:22 +08:00