lobe-chat

🤯 Lobe Chat - an open-source, modern-design LLMs/AI chat framework. Supports Multi AI Providers( OpenAI / Claude 3 / Gemini / Ollama / Bedrock / Azure / Mistral / Perplexity ), Multi-Modals (Vision/TTS) and plugin system. One-click FREE deployment of your private ChatGPT chat application.

MIT License

Downloads
27.2K
Stars
31.5K
Committers
148

Bot releases are hidden (Show)

lobe-chat - v0.60.2

Published by canisminor1990 about 1 year ago

Version 0.60.2

Released on 2023-08-26

🐛 Bug Fixes

  • misc: Fix fetch plugin header error.

What's fixed

  • misc: Fix fetch plugin header error (fa4a0e1)

lobe-chat - v0.60.1

Published by canisminor1990 about 1 year ago

Version 0.60.1

Released on 2023-08-26

🐛 Bug Fixes

  • misc: Fix settings storage error.

What's fixed

  • misc: Fix settings storage error (57d7eb1)

lobe-chat - v0.60.0

Published by canisminor1990 about 1 year ago

Version 0.60.0

Released on 2023-08-26

♻ Code Refactoring

  • misc: Refactor with new market index url.

✨ Features

  • misc: 支持插件 manifest 加载失败后重试.

Code refactoring

  • misc: Refactor with new market index url (d2834b7)

What's improved

  • misc: 支持插件 manifest 加载失败后重试 (f36378e)

lobe-chat - v0.59.0

Published by canisminor1990 about 1 year ago

Version 0.59.0

Released on 2023-08-26

✨ Features

  • misc: 支持展示插件插件状态, 支持插件 i18n 模式展示.

What's improved

  • misc: 支持展示插件插件状态 (7e916ac)
  • misc: 支持插件 i18n 模式展示 (8614734)

lobe-chat - v0.58.0

Published by canisminor1990 about 1 year ago

Version 0.58.0

Released on 2023-08-26

✨ Features

  • misc: Implement responsive design for mobile devices.

What's improved

  • misc: Implement responsive design for mobile devices, closes #95 (fdb3c93)

lobe-chat - v0.57.0

Published by canisminor1990 about 1 year ago

Version 0.57.0

Released on 2023-08-26

♻ Code Refactoring

  • misc: Refactor to ChatErrorType.

✨ Features

  • misc: 完善插件请求的错误处理, 支持修改与记录插件的配置, 支持发送插件配置信息, 支持渲染 manifest 中的 settings, 支持设置不正确时进行插件的配置, 新增插件请求状态的错误处理.

🐛 Bug Fixes

  • misc: 修正缓存旧数据的报错问题.

Code refactoring

  • misc: Refactor to ChatErrorType (cd1a033)

What's improved

  • misc: 完善插件请求的错误处理 (0698d89)
  • misc: 支持修改与记录插件的配置 (76e8237)
  • misc: 支持发送插件配置信息 (2cedc85)
  • misc: 支持渲染 manifest 中的 settings (1185300)
  • misc: 支持设置不正确时进行插件的配置 (f972481)
  • misc: 新增插件请求状态的错误处理 (228002a)

What's fixed

  • misc: 修正缓存旧数据的报错问题 (5d8008f)

lobe-chat - v0.56.0

Published by canisminor1990 about 1 year ago

Version 0.56.0

Released on 2023-08-24

✨ Features

  • misc: Use new plugin manifest to support plugin’s multi api.

What's improved

  • misc: Use new plugin manifest to support plugin’s multi api, closes #101 (4534598)

lobe-chat - v0.55.1

Published by canisminor1990 about 1 year ago

Version 0.55.1

Released on 2023-08-22

♻ Code Refactoring

  • misc: Refactor plugin api with @lobehub/chat-plugins-gateway.

Code refactoring

  • misc: Refactor plugin api with @lobehub/chat-plugins-gateway, closes #100 (b88d0db)

lobe-chat - v0.55.0

Published by canisminor1990 about 1 year ago

Version 0.55.0

Released on 2023-08-22

♻ Code Refactoring

  • misc: 将网关实现代码集成进 Chat 本体, 抽取插件为独立 store, 重构 openai 接口调用逻辑,将插件 schema 开启关闭逻辑与接口解耦, 重构插件列表获取逻辑,进而完全移除 plugins 目录.

✨ Features

  • misc: 初步完成插件市场动态加载全链路, 实现插件组件的动态加载.

🐛 Bug Fixes

  • misc: Fix error, 修正无法正常开启插件的问题, 修正测试, 补充插件 store 的水合逻辑.

💄 Styles

  • misc: 完成插件市场 loading 态样式.

Code refactoring

  • misc: 将网关实现代码集成进 Chat 本体 (17e8161)
  • misc: 抽取插件为独立 store (12b7e7d)
  • misc: 重构 openai 接口调用逻辑,将插件 schema 开启关闭逻辑与接口解耦 (5aa886e)
  • misc: 重构插件列表获取逻辑,进而完全移除 plugins 目录 (10055e1)

What's improved

  • misc: 初步完成插件市场动态加载全链路 (bc5e40f)
  • misc: 实现插件组件的动态加载 (04dbab2)

What's fixed

  • misc: Fix error (fbeec75)
  • misc: 修正无法正常开启插件的问题 (b3e9090)
  • misc: 修正测试 (001de5b)
  • misc: 补充插件 store 的水合逻辑 (bfb649b)

Styles

  • misc: 完成插件市场 loading 态样式 (8009691)

lobe-chat - v0.54.4

Published by canisminor1990 about 1 year ago

Version 0.54.4

Released on 2023-08-21

🐛 Bug Fixes

  • misc: Fix not cannot change setting error.

What's fixed

  • misc: Fix not cannot change setting error, closes #86 (6405c28)

lobe-chat - v0.54.3

Published by canisminor1990 about 1 year ago

Version 0.54.3

Released on 2023-08-21

♻ Code Refactoring

  • misc: Refactor plugin request.

Code refactoring

  • misc: Refactor plugin request, closes #89 (23efee3)

lobe-chat - v0.54.2

Published by canisminor1990 about 1 year ago

Version 0.54.2

Released on 2023-08-16

💄 Styles

  • misc: 修正图片选项的样式问题.

Styles

  • misc: 修正图片选项的样式问题 (5f576cb)

lobe-chat - v0.54.1

Published by canisminor1990 about 1 year ago

Version 0.54.1

Released on 2023-08-16

🐛 Bug Fixes

  • misc: 修正 i18n 失效的问题.

What's fixed

  • misc: 修正 i18n 失效的问题, closes #80 (b8d957b)

lobe-chat - v0.54.0

Published by canisminor1990 about 1 year ago

Version 0.54.0

Released on 2023-08-15

✨ Features

  • misc: Add new features and improve user interface and functionality.

What's improved

  • misc: Add new features and improve user interface and functionality (1543bd1)

lobe-chat - v0.53.0

Published by canisminor1990 about 1 year ago

Version 0.53.0

Released on 2023-08-15

✨ Features

  • sidebar: Add DraggablePanelContainer and adjust layout and styling.

What's improved

  • sidebar: Add DraggablePanelContainer and adjust layout and styling (e8c384f)

lobe-chat - v0.52.1

Published by canisminor1990 about 1 year ago

Version 0.52.1

Released on 2023-08-15

♻ Code Refactoring

  • misc: Replace cdn.

Code refactoring

lobe-chat - v0.52.0

Published by canisminor1990 about 1 year ago

Version 0.52.0

Released on 2023-08-15

✨ Features

  • misc: Add avatar compress.

What's improved

  • misc: Add avatar compress (1325b40)

lobe-chat - v0.51.0

Published by canisminor1990 about 1 year ago

Version 0.51.0

Released on 2023-08-15

✨ Features

  • misc: Add Footer component and modify Token and index files.

What's improved

  • misc: Add Footer component and modify Token and index files (41a3823)

lobe-chat - v0.50.0

Published by canisminor1990 about 1 year ago

Version 0.50.0

Released on 2023-08-15

✨ Features

  • misc: Update messages, settings, error codes, plugin names, weather data display, and UI.

What's improved

  • misc: Update messages, settings, error codes, plugin names, weather data display, and UI (a41db51)

lobe-chat - v0.49.0

Published by canisminor1990 about 1 year ago

Version 0.49.0

Released on 2023-08-15

✨ Features

  • misc: Add BackToBottom to conversation, Update icons and text in various components.

What's improved

  • misc: Add BackToBottom to conversation (1433aa9)
  • misc: Update icons and text in various components (0e7a683)

Package Rankings
Top 6.2% on Proxy.golang.org
Top 24.68% on Npmjs.org
Badges
Extracted from project README