I've read O1 has 200k tokens limit as per context window [1], my code base is about 177k, I could generate a prompt with code2prompt [2] tool and load my code base as a prompt, but:<p>- it doesn't allow me to attach text files when o1 is selected.<p>- Pasting the whole prompt is the text area freezes the browser for a while but when si done, I can't submitted as the send button is disabled.<p>- When creating a project I can attach files but then I can't select o1 model.<p>I'm on the fence to buy pro subscription, if only I could use o1 with my code base as context window.<p>When they say 200k tokens it means trough the api? But then I'd incur in extra costs which seems odd since I'm already paying the subscription, and it's not an automation use case.<p>I would appreciate if anyone can share their experience working with large context window for specific use case of a code base.<p>Thanks!<p>- [1] https://platform.openai.com/docs/models#o1<p>- [2] https://github.com/mufeedvh/code2prompt
For whole codebase prompting, you'll have a much better time with <a href="https://www.cursor.com/" rel="nofollow">https://www.cursor.com/</a><p>You can use OpenAI, Anthropic, Google etc as the LLM provider. o1 is supported<p><a href="https://docs.cursor.com/chat/codebase" rel="nofollow">https://docs.cursor.com/chat/codebase</a>