dongdong

Results 7 comments of dongdong
trafficstars

I configured the length of 300 seconds in Nginx, and the normal connection was disconnected by 300, but my connection agent was disconnected in 60 seconds. I don’t know why....

需要在登陆接口响应里面拿到 ![image](https://github.com/PlexPt/chatgpt-java/assets/86414292/436fc3c8-1a4a-4ddd-aa24-4bedf54c0045) 拿到sensitive_id 带着这个去访问

> location /aiApi/ { proxy_pass https://api.openai.com/; proxy_ssl_server_name on; proxy_set_header Host api.openai.com; #proxy_set_header Connection ''; #proxy_http_version 1.1; > > # chunked_transfer_encoding off; > # proxy_buffering off; > # proxy_cache off; >...

你是直接调用dall-e-3模型还是咋操作的?

> 1. 调用GPT3接口遵循提示模板提炼关键词; > 2. 调用google api接口用搜索关键词内容; > 3. 使用google返回的内容再调用GPT3接口按照提示模板汇总。 提示词模板在哪里,请问

> src/domain/chatgpt-browser.ts文件中的promptObject 这模板可以更改吗,我想把api查询去掉,但是去掉后查询有点不太准确。