[Q&A] 如何不通过自定义模型方式手动修改默认的 gpt-4-1106-preview,gpt-4-32k 模型到 GPT 的其他版本号上 #420
-
🧐 问题描述 | Proposed Solution[Question] 如何手动修改默认的gpt-4-1106-preview,gpt-4-32k模型到GPT的其他版本号上,不通过自定义模型方式,需要改代码哪个位置,谢谢! 📝 补充信息 | Additional InformationNo response |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
👀 @itq5 Thank you for raising an issue. We will investigate into the matter and get back to you as soon as possible. |
Beta Was this translation helpful? Give feedback.
-
现在暂不支持指定,你要改的话,要自己 fork 了修改: https://github.com/lobehub/lobe-chat/blob/main/src/types/llm.ts#L4 - GPT4 = 'gpt-4',
+ GPT4 = 'gpt-4-1106-preview', |
Beta Was this translation helpful? Give feedback.
现在暂不支持指定,你要改的话,要自己 fork 了修改:
https://github.com/lobehub/lobe-chat/blob/main/src/types/llm.ts#L4