Releases: MartialBE/one-hub
Releases · MartialBE/one-hub
v0.6.0
变更日志
⚠️ ⚠️ 更新警告
因完成倍率
,修改了设置倍率的存储结构。如果你有更改倍率
,将会自动更新到新结构。 退回版本将会导致错误。
新增功能
修复
Details
- ✨ feat: add telegram bot (#71) @MartialBE
- 🐛 fix some bugs (#70) @MartialBE
- 🐛 fix: missing model gpt-4-turbo-preview (#69) @MartialBE
- ✨ feat: support editing completion rate (#68) @MartialBE
- ✨ feat: support azure openai tts (#65) @MartialBE
v0.5.14
v0.5.13
变更日志
新增功能
改进
修复
说明
由于 注册时间之前未记录,可以执行以下SQL将用户第一次产生日志的时间作为注册时间。 注意日志量庞大时,请谨慎操作。
UPDATE users
SET created_time = (
SELECT MIN(created_at)
FROM logs
WHERE logs.user_id = users.id
);
Details
- ✨ feat: support deepseek (#60) @MartialBE
- ✨ feat: add admin statistics (#59) @MartialBE
- 🎨 improve: zhipu stream typewriter (#58) @MartialBE
- 📝 doc: modify information (#57) @MartialBE
- 🐛 fix: admin custom channel id failed (#56) @MartialBE
- ✨ feat: update openai new model (#54) @MartialBE
- 🐛 fix: stream mode delay issue (#53) @MartialBE
- ✨ feat: MiniMax support (#50) @MartialBE
- 🐛 fix: proxy bug (#49) @MartialBE
- 🐛 fix: balance fail (#47) @MartialBE
v0.5.12
变更日志
新增功能
- 智谱AI V4版本API接口:现在支持
glm-3-turbo
,glm-4
,glm-4v
,cogview-3
,embedding-2
模型。 - 函数调用:讯飞/智谱/百度 支持函数调用的模型可以直接在
lobe-chat
中使用。 - 模型利率逻辑:当新增模型利率时,会自动更新至数据库。
- Azure OpenAI模型名称:现在会自动删除模型最后4为数字。
改进
- 渠道选择框:优化了使用体验。
修复
- 邀请码:修复了邀请码未生效的问题。
- 令牌:修复了过期后无法激活的问题。
- 首页:修复了首页内容被导航栏遮挡的问题。
- logo:修复了logo太高会撑开导航栏的问题。
- 自定义渠道:修复了自定义渠道无法使用的问题。
- 复制:修复了在http环境下无法复制的问题。
其他
- 上游代码:已进行同步。
Details
- ✨ feat: support zhipu new API (#44) @MartialBE
- fix: copy fails in http environment (#43) @MartialBE
- 🔀 sync: sync upstream (#42) @MartialBE
- ♻️ refactor: provider refactor (#41) @MartialBE
- 🐛 fix: aff not effective (#38) @MartialBE
- 🐛 fix: key cannot be activated after expiration (#36) @MartialBE
- 🐛 fix: Fix: 修复一些问题 (#35) @MartialBE
- 🐛 fix: Fix/UI (#33) @MartialBE
- 🐛 fix: custom channel error (#27) @MartialBE
- 🐛 fix: Index is required (#24) @MartialBE
- ✨ feat: 更新模型支持 (#23) @MartialBE
- ✨ feat: 新增模型时,自动更新至数据库 (#22) @MartialBE
- 🐛 fix: some UI issues (#20) @MartialBE
v0.5.11
变更日志
新增功能
- 渠道模型下拉列表:现在支持分组显示。
- 渠道支持模型按钮:新增和修改时,可以自动填入当前选中的渠道类型支持的模型。
- dashboard: 新增了显示用户当前支持使用的模型的卡片。
改进
- 统计图表:金额显示现在增加了精度。
- Bar图表:增加了更多的配色选项。
- 模型列表:现在可以完整返回OwnedBy值。
修复
- Azure OpenAI模型名称:现在会自动去除
.
字符。 - 统计卡片:未显示当天的数据
Details
- 🐛 fix: Error caused by unknown model (#19) @MartialBE
- ✨ feat: Optimize model list. (#18) @MartialBE
- ✨ feat: Azure OpenAI model name automatically removes dots. (#17) @MartialBE
- 🎨 ui: change the precision and color scheme of the bar card. (#14) @MartialBE
- 🐛 fix: Statistical card display error (#13) @MartialBE
v0.5.10-4
v0.5.10-3
What's Changed
- 修复日志未关联渠道
- 修复
gemini-pro-vision
未支持base64图片的问题 - 修复讯飞请求错误
- 新增
/model/list
可以根据当前用户分组返回模型 - 新增
qwen-vl-plus
的支持 - 修改
gemini-pro
的安全等级
Full Changelog: v0.5.10-2...v0.5.10-3
v0.5.10-2
What's Changed
- 新增渠道可配置单独的http/socks5代理
- 修复获取充值地址错误
- 修复SQLite统计SQL错误
- 同步上游代码
Full Changelog: v0.5.10-1...v0.5.10-2
v0.5.10-1
What's Changed
- 完善缺失web界面:忘记密码/重置密码
- 修复缺失web函数,导致的报错
- 修复GetImageSizeFromBase64函数读取图片错误的问题
Full Changelog: v0.5.10...v0.5.10-1