Commit Graph

  • d8029550f7 fix: do not consume user quota if failed (close #881) JustSong 2024-01-01 16:18:50 +0800
  • 84c7802646 🐛 fix: Error caused by unknown model MartialBE 2024-01-01 15:04:19 +0800
  • 7ef4a7db59 feat: Optimize model list. MartialBE 2024-01-01 14:36:58 +0800
  • bf5ba315ee feat: Azure OpenAI model name automatically removes dots. MartialBE 2024-01-01 01:02:05 +0800
  • 47edc5a4d4 feat: add support for davinci-002 and babbage-002 Hao Mei 2023-12-30 23:39:57 +0300
  • 3aef247fa9 🎨 ui: change the precision and color scheme of the bar card. MartialBE 2023-12-31 02:48:18 +0800
  • 08638ab27b
    Merge pull request #13 from MartialBE/dev Buer 2023-12-31 01:42:20 +0800
  • 900fb0409a
    🐛 fix: Statistical card display error MartialBE 2023-12-31 01:41:01 +0800
  • a214371a0a
    🚀 feature: Add request duration MartialBE 2023-12-30 00:37:14 +0800
  • 943d90856f
    🔨 add release config Martial BE 2023-12-29 18:37:23 +0800
  • ba654d8b81
    🐛 fix balance action error Martial BE 2023-12-29 17:55:05 +0800
  • fc284cc1f0
    🐛 fix return to first page after refresh v0.5.10-4 Martial BE 2023-12-29 17:02:09 +0800
  • 9c0a49b97a
    add custom test model Martial BE 2023-12-29 16:23:25 +0800
  • 61c47a3b08
    🎨 Support Baichuan2 Martial BE 2023-12-29 15:23:05 +0800
  • c5aa59e297
    🐛 fix xunfei request error v0.5.10-3 Martial BE 2023-12-29 11:32:43 +0800
  • 211a862d54
    🎨 Support qwen-vl-plus Martial BE 2023-12-29 10:59:26 +0800
  • c918957121 feat: rename Channel button seven.yu 2023-12-28 18:07:22 +0800
  • c4c89e8e1b
    🎨 change gemini safety settings Martial BE 2023-12-28 16:49:31 +0800
  • 72983ac734
    Model list return by group Martial BE 2023-12-28 15:48:20 +0800
  • 4d43dce64b
    🐛 fix base 64 encoded format support of gemini-pro-vision Martial BE 2023-12-28 12:23:39 +0800
  • 0fa94d3c94
    🐛 fix log channel is null Martial BE 2023-12-28 11:27:52 +0800
  • c6a2d3c2fb fix: base 64 encoded format support of gemini-pro-vision for field image_url/url liuzl 2023-12-28 10:23:00 +0800
  • 2aac9aeec7 feat:增加 Username Password DisplayName 的最大长度限制 zhaoyii 2023-12-27 16:28:01 +0800
  • aaf060dcc6
    Merge branch 'songquanpeng:main' into base Calcium-Ion 2023-12-27 15:37:35 +0800
  • e7f223a793 fix: Support base64 encoded image_url Laisky.Cai 2023-12-27 03:14:19 +0000
  • 002dba5a75 🐛 fix top-up link is null v0.5.10-2 MartialBE 2023-12-26 23:32:27 +0800
  • fb24d024a7
    add channel proxy Martial BE 2023-12-26 18:42:39 +0800
  • eeb867da10
    🎨 Change the method of getting channel parameters Martial BE 2023-12-26 16:40:50 +0800
  • 47b72b850f
    Merge branch 'songquanpeng' into sync_upstream Martial BE 2023-12-25 11:23:28 +0800
  • 8730ccd8a0 perf: adjust gemini safety settings, set BLOCK_NONE by default tisfeng 2023-12-24 21:52:26 +0800
  • f44fbe3fe7 docs: update pr template v0.5.11-alpha.2 JustSong 2023-12-24 19:24:59 +0800
  • 1c8922153d feat: support gemini-vision-pro v0.5.11-alpha.1 JustSong 2023-12-24 18:54:32 +0800
  • f3c07e1451
    fix: openai response should contains model (#841) Laisky.Cai 2023-12-24 16:58:31 +0800
  • 1d7080bfa4 chore: set model name response for models JustSong 2023-12-24 16:57:45 +0800
  • 40ceb29e54
    fix: fix SearchUsers not working if using PostgreSQL (#778) Bryan 2023-12-24 16:42:00 +0800
  • 38f2ed1a29 refactor: using UsingPostgreSQL as condition JustSong 2023-12-24 16:38:47 +0800
  • 0699ecd0af
    chore(deps): bump golang.org/x/crypto from 0.14.0 to 0.17.0 (#840) dependabot[bot] 2023-12-24 16:29:48 +0800
  • ee9e746520
    feat: update ali stream implementation & enable internet search (#856) moondie 2023-12-24 16:17:21 +0800
  • 2340178bb2 fix: remove custom suffix when get model ratio JustSong 2023-12-24 16:15:55 +0800
  • 6048fd0791 refactor: only enable search when specified JustSong 2023-12-24 16:12:02 +0800
  • a763681c2e
    fix: fix base64 image parse error (#858) Buer 2023-12-24 15:35:56 +0800
  • 2b73e13800 fix: suport stream header (#805 #861) igophper 2023-12-24 13:52:59 +0800
  • 23364e876b
    删除"stream参数" moondie 2023-12-24 14:21:28 +0800
  • be613883a1 🐛 Fix statistics error in SQLite MartialBE 2023-12-22 20:54:37 +0800
  • 219387e991
    🐛 fix GetImageSizeFromBase64 error Martial BE 2023-12-22 14:13:22 +0800
  • 45813555b2
    fix SearchUsers Singee 2023-11-28 14:51:59 +0800
  • 5df751f5ca
    increate model limits v0.5.10-deploy Singee 2023-12-21 22:15:29 +0800
  • b519170c06
    fix SearchUsers Singee 2023-11-28 14:51:59 +0800
  • f823581235
    🐛 fix GetImageSizeFromBase64 error v0.5.10-1 Martial BE 2023-12-22 12:18:58 +0800
  • 89e6b9fe33
    🐛 web缺失函数 Martial BE 2023-12-22 11:16:48 +0800
  • 5a8fef00e5
    🚧 补全余额查询web操作 Martial BE 2023-12-22 11:01:19 +0800
  • fe72f85554
    🚧 补全忘记密码web页面 Martial BE 2023-12-22 10:48:52 +0800
  • 7dd1cf1e24
    Update relay-ali.go: 改进stream模式,添加联网搜索能力 moondie 2023-12-22 04:06:45 +0800
  • 2055b50ef7
    Update relay-ali.go moondie 2023-12-22 03:44:20 +0800
  • 7e56c3bc51
    Update relay-ali.go moondie 2023-12-22 03:43:25 +0800
  • 38ab3a1fad
    Update relay-ali.go moondie 2023-12-22 03:41:49 +0800
  • 6718afa273
    Update relay-ali.go:改进stream模式,添加联网搜索能力 moondie 2023-12-22 03:33:18 +0800
  • 3d9ad0024a
    test docker build Singee 2023-10-17 17:00:24 +0800
  • 3ac0b256e3
    👷 update github action & readme Martial BE 2023-12-21 17:51:22 +0800
  • b0fefd6dc5
    🐛 fix usage error & web channel edit label error Martial BE 2023-12-21 16:52:00 +0800
  • 43d8bedbb4
    Merge branch 'songquanpeng' into sync_upstream Martial BE 2023-12-21 15:36:01 +0800
  • c60f755715
    🐛 support mysql of statistics Martial BE 2023-12-21 10:24:07 +0800
  • b7fcb319da chore: check if SESSION_SECRET equals to random_string v0.5.11-alpha JustSong 2023-12-20 22:50:50 +0800
  • a4138aec1a 💥 change readme MartialBE 2023-12-20 22:30:42 +0800
  • 67c64e71c8 fix: fix max_tokens check v0.5.10-alpha.6 v0.5.10 JustSong 2023-12-20 21:45:33 +0800
  • ffa4e491ea
    更换web界面 Martial BE 2023-12-20 19:27:27 +0800
  • cfe163ad00 refactor: refactor channel.go response seven.yu 2023-12-20 18:19:18 +0800
  • 133026f26b
    Merge branch 'songquanpeng:main' into main jau1 2023-12-20 16:34:25 +0800
  • 54ac30c27f touch new branch jax 2023-12-19 23:24:29 +0800
  • 5fdb81abd6 feat: Support Ali TTS mo 2023-12-19 22:58:35 +0800
  • a6e14cadf3 feat: Support Ali TTS mo 2023-12-19 22:47:28 +0800
  • 6aae057172 feat: add health check seven.yu 2023-12-19 21:29:40 +0800
  • 61c6d2002b fix: openai response should contains model Laisky.Cai 2023-12-19 02:21:12 +0000
  • b9fe2d3085
    chore(deps): bump golang.org/x/crypto from 0.14.0 to 0.17.0 dependabot[bot] 2023-12-18 23:37:14 +0000
  • 52ac1fe7d8
    Merge branch 'songquanpeng:main' into base Calcium-Ion 2023-12-18 23:19:28 +0800
  • aece9cc728 edit image and ico jax 2023-12-18 04:08:47 +0800
  • 0f4cb2d0bd remove name jax 2023-12-18 03:23:26 +0800
  • c7a8aa5965 修改名字 jax 2023-12-18 03:00:54 +0800
  • 978aa79df4 Merge branch 'main' of https://github.com/songquanpeng/one-api jax 2023-12-18 01:34:49 +0800
  • 800be94b53 修改一波自己的文件 jax 2023-12-18 01:34:01 +0800
  • 97030e27f8 fix: fix gemini panic (close #833) v0.5.10-alpha.5 JustSong 2023-12-17 23:30:45 +0800
  • 6a4cf66ba2 修复docker file jau1 2023-12-17 23:15:10 +0800
  • 91993f1a47 更改docker file jau1 2023-12-13 14:40:00 +0800
  • 8fa7135b46 更改docker file jau1 2023-12-13 12:09:46 +0800
  • 4414c982d1 处理余额问题OpenAi余额显示问题 jau1 2023-12-13 11:16:52 +0800
  • 461f5dab56 docs: update readme JustSong 2023-12-17 22:25:03 +0800
  • af378c59af docs: update readme JustSong 2023-12-17 22:19:16 +0800
  • bc6769826b
    feat: add condition to validate n value for non-Azure channels (#775) v0.5.10-alpha.4 ShinChven ✨ 2023-12-17 19:49:08 +0800
  • 0fe26cc4bd
    feat: update ali relay implementation (#830) Oliver Lee 2023-12-17 19:43:23 +0800
  • ad9fcd3006 chore: update impl JustSong 2023-12-17 19:41:23 +0800
  • 7d6a169669
    feat: able to set sqlite busy_timeout (#818) Calcium-Ion 2023-12-17 19:17:00 +0800
  • cf0b2c8858 chore: update impl JustSong 2023-12-17 19:16:01 +0800
  • 66f06e5d6f
    feat: reset image num to 1 when not given (#821) Ghostz 2023-12-17 18:54:08 +0800
  • 7fead5b7d4 fix: reset image num to 1 when not given JustSong 2023-12-17 18:52:28 +0800
  • 6acb9537a9 fix: try to return a more meaningful error message (close #817) JustSong 2023-12-17 18:33:27 +0800
  • 7069c49bdf fix: fix xunfei panic error (close #820) JustSong 2023-12-17 18:06:37 +0800
  • 58dee76bf7 fix: fix Gemini stream problem v0.5.10-alpha.3 JustSong 2023-12-17 16:16:18 +0800
  • 5cf23d8698
    feat: add Google Gemini Pro support (#826) v0.5.10-alpha.2 David Zhuang 2023-12-16 23:48:32 -0500
  • 7ea90e708e chore: update implementation JustSong 2023-12-17 12:48:04 +0800
  • 67020a3c08 修改通译千问最新接口:1.删除history参数,改用官方推荐的messages参数 2.整理messages参数顺序,补充必要上下文信息 3.用autogen调试测试通过 lichengwu 2023-12-17 07:55:49 +0800