Closed fcakyon closed 9 months ago
There is an important typo in the latest gpt-4-0125-preview context length. It should be 128k instead of 4k as in gpt-4-1106-preview. https://github.com/ztjhz/BetterChatGPT/blob/ecad41fd729cb36968aa4866391692d02a51af89/src/constants/chat.ts#L50-L51
gpt-4-0125-preview
gpt-4-1106-preview
source: https://platform.openai.com/docs/models/gpt-4-and-gpt-4-turbo
closes https://github.com/ztjhz/BetterChatGPT/issues/533
cc: @ztjhz
There is an important typo in the latest
gpt-4-0125-preview
context length. It should be 128k instead of 4k as ingpt-4-1106-preview
. https://github.com/ztjhz/BetterChatGPT/blob/ecad41fd729cb36968aa4866391692d02a51af89/src/constants/chat.ts#L50-L51source: https://platform.openai.com/docs/models/gpt-4-and-gpt-4-turbo
closes https://github.com/ztjhz/BetterChatGPT/issues/533
cc: @ztjhz