💎一站式轻松地调用各大LLM模型接口,支持GPT4、智谱、豆包、星火、月之暗面及文生图、文生视频 广告
## 环境要求 lNginx/Apache/IIS lPHP7.4+ lMySQL5.5+ 建议使用环境:Linux + Nginx1.14 + PHP8.0 + MySQL5.7 ## 2.3部署说明 **nginx中添加以下配置:** location ~ .\*\\.(gif|jpg|jpeg|png)$ {         add\_header Access-Control-Allow-Origin \*;       add\_header Access-Control-Allow-Headers X-Requested-With;       add\_header Access-Control-Allow-Methods GET,POST,OPTIONS; } **Apache 伪静态配置****:**     RewriteEngine On     RewriteBase /     RewriteCond %{REQUEST\_FILENAME} !-d     RewriteCond %{REQUEST\_FILENAME} !-f     RewriteRule ^wap/(.\*) /wap/index.html \[QSA,PT,L\]     RewriteCond %{REQUEST\_FILENAME} !-d     RewriteCond %{REQUEST\_FILENAME} !-f     RewriteCond $1 !^(wap)     RewriteRule ^(.\*)$ index.php?s=/$1 \[QSA,PT,L\]