@lobehub/chat 1.31.3 → 1.31.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -2,6 +2,31 @@
2
2
 
3
3
  # Changelog
4
4
 
5
+ ### [Version 1.31.4](https://github.com/lobehub/lobe-chat/compare/v1.31.3...v1.31.4)
6
+
7
+ <sup>Released on **2024-11-12**</sup>
8
+
9
+ #### 💄 Styles
10
+
11
+ - **misc**: Fix Cloudflare Workers AI Sort.
12
+
13
+ <br/>
14
+
15
+ <details>
16
+ <summary><kbd>Improvements and Fixes</kbd></summary>
17
+
18
+ #### Styles
19
+
20
+ - **misc**: Fix Cloudflare Workers AI Sort, closes [#4672](https://github.com/lobehub/lobe-chat/issues/4672) ([353ba70](https://github.com/lobehub/lobe-chat/commit/353ba70))
21
+
22
+ </details>
23
+
24
+ <div align="right">
25
+
26
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top)
27
+
28
+ </div>
29
+
5
30
  ### [Version 1.31.3](https://github.com/lobehub/lobe-chat/compare/v1.31.2...v1.31.3)
6
31
 
7
32
  <sup>Released on **2024-11-12**</sup>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lobehub/chat",
3
- "version": "1.31.3",
3
+ "version": "1.31.4",
4
4
  "description": "Lobe Chat - an open-source, high-performance chatbot framework that supports speech synthesis, multimodal, and extensible Function Call plugin system. Supports one-click free deployment of your private ChatGPT/LLM web application.",
5
5
  "keywords": [
6
6
  "framework",
@@ -81,6 +81,7 @@ export const DEFAULT_MODEL_PROVIDER_LIST = [
81
81
  DeepSeekProvider,
82
82
  HuggingFaceProvider,
83
83
  OpenRouterProvider,
84
+ CloudflareProvider,
84
85
  GithubProvider,
85
86
  NovitaProvider,
86
87
  TogetherAIProvider,
@@ -104,7 +105,6 @@ export const DEFAULT_MODEL_PROVIDER_LIST = [
104
105
  MinimaxProvider,
105
106
  Ai360Provider,
106
107
  TaichuProvider,
107
- CloudflareProvider,
108
108
  SiliconCloudProvider,
109
109
  ];
110
110