Hacker News new | ask | show | jobs
by bryanph_ 1217 days ago
What's the reason for the max length in the input? 400 characters is very short to answer the prompt "Please start by introducing what you are doing and what are any other industries and nature of the job that you are looking for"
1 comments

Hi, thanks for trying out. OpenAI just limit the whole prompt to 4096 token (that's around 2,000 words), so I have to limit each answer. I tried hacking by adding summarization for the first part of the convo, then chat along as normal, but the result wasn't that great. Will tweak more.