基于图片的智能信息检索问答-gradio_gpt4o.py运行结果错误 #331

Open
opened 2024-10-31 15:34:15 +08:00 by 11966942297cs · 1 comment

在10月26日基于图片的智能信息检索问答-基德老师的课件中,gradio_gpt4o.py,将此程序在我的本地PC pycharm上运行,生成web页面之后,在对话交互时,出现错误,“413 Request Entity Too Large”,如截图所示,请问如何解决啊?

在10月26日基于图片的智能信息检索问答-基德老师的课件中,gradio_gpt4o.py,将此程序在我的本地PC pycharm上运行,生成web页面之后,在对话交互时,出现错误,“413 Request Entity Too Large”,如截图所示,请问如何解决啊?

这个看起来是用的nginx做的反向代理配置问题,当文件大小超过1M,会出现413 Request Entity Too Large
如果是自己部署的改下nginx参数,如果是买的服务,让服务提供商改下配置
参考:https://juejin.cn/post/6950164881412718600

这个看起来是用的nginx做的反向代理配置问题,当文件大小超过1M,会出现413 Request Entity Too Large 如果是自己部署的改下nginx参数,如果是买的服务,让服务提供商改下配置 参考:https://juejin.cn/post/6950164881412718600
Sign in to join this conversation.
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: HswOAuth/llm_course#331
No description provided.