|
2 | 2 |
|
3 | 3 | # Changelog
|
4 | 4 |
|
| 5 | +## [Version 1.60.0](https://github.com/bentwnghk/lobe-chat/compare/v1.59.4...v1.60.0) |
| 6 | + |
| 7 | +<sup>Released on **2024-09-13**</sup> |
| 8 | + |
| 9 | +#### ♻ Code Refactoring |
| 10 | + |
| 11 | +- **misc**: Support Environment Variable Inference For NextAuth. |
| 12 | + |
| 13 | +#### ✨ Features |
| 14 | + |
| 15 | +- **misc**: Support openai new OpenAI o1-preview/o1-mini models. |
| 16 | + |
| 17 | +#### 🐛 Bug Fixes |
| 18 | + |
| 19 | +- **misc**: Qwen model param error, support webhooks for logto. |
| 20 | + |
| 21 | +#### 💄 Styles |
| 22 | + |
| 23 | +- **model**: Remove `OpenAI` deprecated model. |
| 24 | +- **misc**: Default disable mistral provider useless models, Remove brackets from model names with dates in OpenAI, Support Google Model List, Update siliconcloud model. |
| 25 | + |
| 26 | +<br/> |
| 27 | + |
| 28 | +<details> |
| 29 | +<summary><kbd>Improvements and Fixes</kbd></summary> |
| 30 | + |
| 31 | +#### Code refactoring |
| 32 | + |
| 33 | +- **misc**: Support Environment Variable Inference For NextAuth, closes [#3701](https://github.com/bentwnghk/lobe-chat/issues/3701) ([b956755](https://github.com/bentwnghk/lobe-chat/commit/b956755)) |
| 34 | + |
| 35 | +#### What's improved |
| 36 | + |
| 37 | +- **misc**: Support openai new OpenAI o1-preview/o1-mini models, closes [#3943](https://github.com/bentwnghk/lobe-chat/issues/3943) ([61bfeb2](https://github.com/bentwnghk/lobe-chat/commit/61bfeb2)) |
| 38 | + |
| 39 | +#### What's fixed |
| 40 | + |
| 41 | +- **misc**: Qwen model param error, closes [#3902](https://github.com/bentwnghk/lobe-chat/issues/3902) ([c9f00e5](https://github.com/bentwnghk/lobe-chat/commit/c9f00e5)) |
| 42 | +- **misc**: Support webhooks for logto, closes [#3774](https://github.com/bentwnghk/lobe-chat/issues/3774) ([0cfee6b](https://github.com/bentwnghk/lobe-chat/commit/0cfee6b)) |
| 43 | + |
| 44 | +#### Styles |
| 45 | + |
| 46 | +- **model**: Remove `OpenAI` deprecated model, closes [#3465](https://github.com/bentwnghk/lobe-chat/issues/3465) ([68a4fb2](https://github.com/bentwnghk/lobe-chat/commit/68a4fb2)) |
| 47 | +- **misc**: Default disable mistral provider useless models, closes [#3922](https://github.com/bentwnghk/lobe-chat/issues/3922) ([bdbc647](https://github.com/bentwnghk/lobe-chat/commit/bdbc647)) |
| 48 | +- **misc**: Remove brackets from model names with dates in OpenAI, closes [#3927](https://github.com/bentwnghk/lobe-chat/issues/3927) ([2a937bc](https://github.com/bentwnghk/lobe-chat/commit/2a937bc)) |
| 49 | +- **misc**: Support Google Model List, closes [#3938](https://github.com/bentwnghk/lobe-chat/issues/3938) ([be4efc7](https://github.com/bentwnghk/lobe-chat/commit/be4efc7)) |
| 50 | +- **misc**: Update siliconcloud model, closes [#3935](https://github.com/bentwnghk/lobe-chat/issues/3935) ([882e981](https://github.com/bentwnghk/lobe-chat/commit/882e981)) |
| 51 | + |
| 52 | +</details> |
| 53 | + |
| 54 | +<div align="right"> |
| 55 | + |
| 56 | +[](#readme-top) |
| 57 | + |
| 58 | +</div> |
| 59 | + |
5 | 60 | ### [Version 1.59.4](https://github.com/bentwnghk/lobe-chat/compare/v1.59.3...v1.59.4)
|
6 | 61 |
|
7 | 62 | <sup>Released on **2024-09-12**</sup>
|
|
0 commit comments