-
-
Notifications
You must be signed in to change notification settings - Fork 11.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
✨ feat: support openai new OpenAI o1/o1-mini model #3943
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
👍 @arvinxx Thank you for raising your pull request and contributing to our Community |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #3943 +/- ##
==========================================
- Coverage 92.08% 92.05% -0.03%
==========================================
Files 460 460
Lines 31545 31599 +54
Branches 2003 3148 +1145
==========================================
+ Hits 29047 29088 +41
- Misses 2498 2511 +13
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
❤️ Great PR @arvinxx ❤️ The growth of project is inseparable from user feedback and contribution, thanks for your contribution! If you are interesting with the lobehub developer community, please join our discord and then dm @arvinxx or @canisminor1990. They will invite you to our private developer channel. We are talking about the lobe-chat development or sharing ai newsletter around the world. |
## [Version 1.17.0](v1.16.14...v1.17.0) <sup>Released on **2024-09-13**</sup> #### ✨ Features - **misc**: Support openai new OpenAI o1-preview/o1-mini models. #### 💄 Styles - **misc**: Support Google Model List. <br/> <details> <summary><kbd>Improvements and Fixes</kbd></summary> #### What's improved * **misc**: Support openai new OpenAI o1-preview/o1-mini models, closes [#3943](#3943) ([61bfeb2](61bfeb2)) #### Styles * **misc**: Support Google Model List, closes [#3938](#3938) ([be4efc7](be4efc7)) </details> <div align="right"> [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) </div>
🎉 This PR is included in version 1.17.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
## [Version 1.60.0](v1.59.4...v1.60.0) <sup>Released on **2024-09-13**</sup> #### ♻ Code Refactoring - **misc**: Support Environment Variable Inference For NextAuth. #### ✨ Features - **misc**: Support openai new OpenAI o1-preview/o1-mini models. #### 🐛 Bug Fixes - **misc**: Qwen model param error, support webhooks for logto. #### 💄 Styles - **model**: Remove `OpenAI` deprecated model. - **misc**: Default disable mistral provider useless models, Remove brackets from model names with dates in OpenAI, Support Google Model List, Update siliconcloud model. <br/> <details> <summary><kbd>Improvements and Fixes</kbd></summary> #### Code refactoring * **misc**: Support Environment Variable Inference For NextAuth, closes [lobehub#3701](https://github.com/bentwnghk/lobe-chat/issues/3701) ([b956755](b956755)) #### What's improved * **misc**: Support openai new OpenAI o1-preview/o1-mini models, closes [lobehub#3943](https://github.com/bentwnghk/lobe-chat/issues/3943) ([61bfeb2](61bfeb2)) #### What's fixed * **misc**: Qwen model param error, closes [lobehub#3902](https://github.com/bentwnghk/lobe-chat/issues/3902) ([c9f00e5](c9f00e5)) * **misc**: Support webhooks for logto, closes [lobehub#3774](https://github.com/bentwnghk/lobe-chat/issues/3774) ([0cfee6b](0cfee6b)) #### Styles * **model**: Remove `OpenAI` deprecated model, closes [lobehub#3465](https://github.com/bentwnghk/lobe-chat/issues/3465) ([68a4fb2](68a4fb2)) * **misc**: Default disable mistral provider useless models, closes [lobehub#3922](https://github.com/bentwnghk/lobe-chat/issues/3922) ([bdbc647](bdbc647)) * **misc**: Remove brackets from model names with dates in OpenAI, closes [lobehub#3927](https://github.com/bentwnghk/lobe-chat/issues/3927) ([2a937bc](2a937bc)) * **misc**: Support Google Model List, closes [lobehub#3938](https://github.com/bentwnghk/lobe-chat/issues/3938) ([be4efc7](be4efc7)) * **misc**: Update siliconcloud model, closes [lobehub#3935](https://github.com/bentwnghk/lobe-chat/issues/3935) ([882e981](882e981)) </details> <div align="right"> [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) </div>
…3943) * support o1 * Update openai.ts * fix test * fix test
## [Version 1.17.0](lobehub/lobe-chat@v1.16.14...v1.17.0) <sup>Released on **2024-09-13**</sup> #### ✨ Features - **misc**: Support openai new OpenAI o1-preview/o1-mini models. #### 💄 Styles - **misc**: Support Google Model List. <br/> <details> <summary><kbd>Improvements and Fixes</kbd></summary> #### What's improved * **misc**: Support openai new OpenAI o1-preview/o1-mini models, closes [lobehub#3943](lobehub#3943) ([61bfeb2](lobehub@61bfeb2)) #### Styles * **misc**: Support Google Model List, closes [lobehub#3938](lobehub#3938) ([be4efc7](lobehub@be4efc7)) </details> <div align="right"> [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) </div>
💻 变更类型 | Change Type
🔀 变更说明 | Description of Change
📝 补充信息 | Additional Information