chatgpt-web-dev / chatgpt-web

A third-party ChatGPT Web UI page built with Express and Vue3, through the official OpenAI completion API. / 用 Express 和 Vue3 搭建的第三方 ChatGPT 前端页面, 基于 OpenAI 官方 completion API.
https://chatgpt-web.dev
MIT License
1.56k stars 436 forks source link

Context input token for turbo gpt 4 preview #499

Open spencerwongfeilong opened 3 months ago

spencerwongfeilong commented 3 months ago

Hello,

OpenAI states that the GPT-4-0125-preview can handle up to 128,000 tokens. However, when I input transcribed text from an audio file, approximately 11,000 words long, the responses I receive don't make sense and often just ask how they can assist me.

Could you provide any advice on how to fix this issue?