[Q&A] 如何不通过自定义模型方式手动修改默认的 gpt-4-1106-preview,gpt-4-32k 模型到 GPT 的其他版本号上 #420
Answered
by
arvinxx
itq5
asked this question in
Self Hosting | 私有化部署
-
🧐 问题描述 | Proposed Solution[Question] 如何手动修改默认的gpt-4-1106-preview,gpt-4-32k模型到GPT的其他版本号上,不通过自定义模型方式,需要改代码哪个位置,谢谢! 📝 补充信息 | Additional InformationNo response |
Beta Was this translation helpful? Give feedback.
Answered by
arvinxx
Nov 7, 2023
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.
0 replies
-
现在暂不支持指定,你要改的话,要自己 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.
0 replies
Answer selected by
arvinxx
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
现在暂不支持指定,你要改的话,要自己 fork 了修改:
https://github.com/lobehub/lobe-chat/blob/main/src/types/llm.ts#L4