💎一站式轻松地调用各大LLM模型接口,支持GPT4、智谱、星火、月之暗面及文生图 广告
## 安装编译环境 ``` yum -y install gcc gcc-c++ make zlib zlib-devel pcre pcre-devel openssl openssl-devel libxml2-devel sqlite-devel bzip2-devel libcurl-devel autoconf tar libpng-devel libjpeg-devel freetype-devel oniguruma oniguruma-devel libzip-devel ``` ## 编译nginx ``` ./configure --prefix=/usr/local/nginx --user=nginx --group=nginx --with-http_ssl_module --with-http_stub_status_module --with-http_gzip_static_module --http-client-body-temp-path=/usr/local/nginx/tmp/client --http-proxy-temp-path=/usr/local/nginx/tmp/proxy --http-fastcgi-temp-path=/usr/local/nginx/tmp/fastcgi --http-uwsgi-temp-path=/usr/local/nginx/tmp/uwsgi --http-scgi-temp-path=/usr/local/nginx/tmp/scgi --with-stream ```