openai / openai-cookbook

Examples and guides for using the OpenAI API
https://cookbook.openai.com
MIT License
58.41k stars 9.26k forks source link

Front UI doesn't match up with AI limit #248

Closed ghost closed 1 year ago

ghost commented 1 year ago

When you start the "File Q&A" app (https://github.com/openai/openai-cookbook/tree/main/apps/file-q-and-a/nextjs) in the file upload screen it says:

You can upload 30MB per file and unto 75 file. (see attached) Screenshot 2023-03-19 at 10 33 11 am

But the console shows the error of 4MB limit (see attached) Screenshot 2023-03-19 at 10 31 48 am

What should be the correct limit? how do I fix this? is it really 75 file is the limit?

isafulf commented 1 year ago

https://github.com/openai/openai-cookbook/pull/315