Skip to content

[Q&A] 如何不通过自定义模型方式手动修改默认的 gpt-4-1106-preview,gpt-4-32k 模型到 GPT 的其他版本号上 #420

Discussion options

You must be logged in to vote

现在暂不支持指定,你要改的话,要自己 fork 了修改:

https://github.com/lobehub/lobe-chat/blob/main/src/types/llm.ts#L4

-  GPT4 = 'gpt-4',
+  GPT4 = 'gpt-4-1106-preview',

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by arvinxx
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants
Converted from issue

This discussion was converted from issue #419 on November 07, 2023 09:51.