babaohuang / GeminiProChat

Minimal web UI for GeminiPro.
https://geminiprochat.com
MIT License
4.25k stars 12.33k forks source link

返回内容不完整,出现断句 #59

Closed flamingo333 closed 8 months ago

flamingo333 commented 8 months ago

What operating system are you using?

windows

What browser are you using?

chrome

Describe the bug

我用的是Nginx代理,API_BASE_URL配置了我的Nginx地址,每次只能返回部分内容,不知啥原因? 我直接用python的request调用Nginx地址是能正常完整返回内容的。 断句

What prompt did you enter?

No response

Console Logs

No response

Participation

flamingo333 commented 8 months ago

找到原因了,是Nginx的配置问题,在nginx.conf加上这个就可以了 proxy_http_version 1.1; proxy_set_header Host generativelanguage.googleapis.com;