Releases: Hk-Gosuto/ChatGPT-Next-Web-LangChain
Releases · Hk-Gosuto/ChatGPT-Next-Web-LangChain
v2.9.13
What's Changed
- Synchronize ChatGPT-Next-Web v2.9.13 with the latest code
- feat: pdf document brower plugin by @Hk-Gosuto in #71
- feat: support visual model by @Hk-Gosuto in #76
- fix: font size error by @Hk-Gosuto in #81
- feat: support custom s3 service by @Hk-Gosuto in #84
更新内容
- 同步 ChatGPT-Next-Web v2.9.13 最新代码
- 新增: PDF文档浏览器插件 by @Hk-Gosuto in #71
- 新增: 支持视觉模型 by @Hk-Gosuto in #76
- 修复: 字体大小设置错误 by @Hk-Gosuto in #81
- 新增: 支持S3对象存储服务 by @Hk-Gosuto in #84
Full Changelog: v2.9.12...v2.9.13
v2.9.12
What's Changed
- Synchronize ChatGPT-Next-Web v2.9.12 with the latest code
更新内容
- 同步 ChatGPT-Next-Web v2.9.12 最新代码
Full Changelog: v2.9.11...v2.9.12
v2.9.11
What's Changed
- Synchronize ChatGPT-Next-Web v2.9.11 with the latest code
更新内容
- 同步 ChatGPT-Next-Web v2.9.11 最新代码
Full Changelog: v2.9.10...v2.9.11
v2.9.10
What's Changed
- Synchronize ChatGPT-Next-Web v2.9.10 with the latest code
- feat: add arxiv plugin by @Hk-Gosuto in #55
- feat: dall-e plugin upgrade to 3
- fix: azure openai 'choices' parameter is empty by @MartialBE in #60
更新内容
- 同步 ChatGPT-Next-Web v2.9.10 最新代码
- feat: 添加 arxiv 插件 by @Hk-Gosuto in #55
- feat: dall-e 插件升级到 3
- fix: azure openai 'choices' 参数为空时产生的异常 by @MartialBE in #60
Full Changelog: v2.9.9...v2.9.10
v2.9.9
What's Changed
- Synchronize ChatGPT-Next-Web v2.9.8 ChatGPT-Next-Web v2.9.9 with the latest code
- feat: 支持直连google\baidu搜索引擎 by @hang666 in #30
- fix: azure openai 新接口版本报错的问题 by @MartialBE in #38
- fix(43): fix dall-e plugin by @Hk-Gosuto in #46
- feat: support stable diffusion plugin by @Hk-Gosuto in #49
更新内容
- 同步 ChatGPT-Next-Web v2.9.8 ChatGPT-Next-Web v2.9.9 最新代码
- 新增: 支持直连google\baidu搜索引擎 by @hang666 in #30
- 修复: azure openai 新接口版本报错的问题 by @MartialBE in #38
- 修复(43): fix dall-e plugin by @Hk-Gosuto in #46
- 新增: support stable diffusion plugin by @Hk-Gosuto in #49
New Contributors
- @hang666 made their first contribution in #30
- @MartialBE made their first contribution in #38
Full Changelog: v2.9.7...v2.9.9
v2.9.7
What's Changed
- Synchronize ChatGPT-Next-Web v2.9.7 with the latest code
- Feature: Add OpenAI DALL-E Plugin by @Hk-Gosuto in #20
更新内容
- 同步 ChatGPT-Next-Web v2.9.7 最新代码
- 新增:OpenAI DALL-E 插件支持 by @Hk-Gosuto in #20
Full Changelog: v2.9.6...v2.9.7
v2.9.6
What's Changed
- Synchronize ChatGPT-Next-Web v2.9.6 with the latest code
- Added environment variable
DDG_PROXY_URLfor independent configuration of HTTP proxy for DuckDuckGo search plugin - fix bug by @Hk-Gosuto in #17
更新内容
- 同步 ChatGPT-Next-Web v2.9.6 最新代码
- 新增环境变量
DDG_PROXY_URL可独立配置DuckDuckGo搜索插件 HTTP 代理 - 修复问题 by @Hk-Gosuto in #17
Full Changelog: v2.9.5...v2.9.6
v2.9.5
This is the first official version of ChatGPT-Next-Web-LangChain. 😎
这是 ChatGPT-Next-Web-LangChain 的第一个正式版本 😎
Except for the plugins, the functionality is consistent with ChatGPT-Next-Web v2.9.5
除插件外,功能与 ChatGPT-Next-Web v2.9.5 一致
What's Changed
- Synchronize ChatGPT-Next-Web v2.9.5 with the latest code
- Support for ChatSession-level plugin functionality switch
- Added plugin management page, supporting individual plugin switches
- Added Wiki plugin, default is closed
- Clear Context button modified to right alignment (I think this is more convenient)
更新内容
- 同步 ChatGPT-Next-Web v2.9.5 最新代码
- 支持 ChatSession 级别插件功能开关
- 新增 插件管理页面,支持单独开关插件
- 新增 Wiki 插件,默认为关闭
- 清除聊天 按钮修改为右对齐 (我觉得这样更方便一些)
Full Changelog: v2.9.1...v2.9.5
v2.9.3 Plugin Preview
What's Changed
- 修复已知问题
v2.9.1 Plugin Preview
What's Changed
- 支持基于 0613 模型的
openai-functions功能 - 支持插件 SerpAPI
- 支持插件 RequestsGetTool
- 支持插件 RequestsPostTool
- 支持插件 Calculator
