openchatai / OpenCopilot

🤖 🔥 Language-to-actions engine

Home Page:https://opencopilot.so

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

upload a pdf as datasource

JuergenCornely opened this issue · comments

How can i set up the limitation of size from PDF?

You can set it up from nginx.conf file

  • OpenCopilot/container_config/nginx.conf
 http {
 ...
 client_max_body_size 100M;
 }

Read more: https://docs.rackspace.com/docs/limit-file-upload-size-in-nginx

Thanks a lot ..
if searched at the llm server settings