ztjhz / BetterChatGPT

An amazing UI for OpenAI's ChatGPT (Website + Windows + MacOS + Linux)
http://bettergpt.chat/
Creative Commons Zero v1.0 Universal
8.19k stars 2.77k forks source link

fix a typo in gpt-4-0125 context length #535

Closed fcakyon closed 9 months ago

fcakyon commented 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

source: https://platform.openai.com/docs/models/gpt-4-and-gpt-4-turbo

closes https://github.com/ztjhz/BetterChatGPT/issues/533

cc: @ztjhz