了空

Results 4 comments of 了空

You can set the openai API environment variable "OPENAI_API_BASE". Related: https://github.com/liaokongVFX/LangChain-Chinese-Getting-Started-Guide/issues/1

> @liaokongVFX what do you think of the suggestions made on https://github.com/hwchase17/langchain/tree/vwp/add_twitter_tweet_loader ? This is a good suggestion, please submit it. But don't forget to modify the usage methods in...

可以试试: ``` proxy_cache off; # 关闭缓存 proxy_buffering off; # 关闭代理缓冲 chunked_transfer_encoding on; # 开启分块传输编码 tcp_nopush on; # 开启TCP NOPUSH选项,禁止Nagle算法 tcp_nodelay on; # 开启TCP NODELAY选项,禁止延迟ACK算法 keepalive_timeout 300; # 设定keep-alive超时时间为65秒 ```

感谢大佬帮忙调整文档~