站长工具箱 - 430多个站长相关工具
- #45
安装上了打开主页显示 500
- #47
nginx的伪静态这么写:
if (!-d $request_filename){
set $rule_0 1$rule_0;
}
if (!-f $request_filename){
set $rule_0 2$rule_0;
}
if ($request_filename !~ "-l"){
set $rule_0 3$rule_0;
}
if ($rule_0 = "321"){
rewrite ^/(.+)$ /index.php?altum=$1 last;
}
- #48
谁贡献个 openapi ,把网站都汉化了
- #49
#48 chunqiu 3.5就行了。免费大把。
- #50
#49 James
rate_limit_exceeded - Rate limit reached for gpt-3.5-turbo in organization org-ivf4RFbisVNDgaXb3LmRCKaY on requests per min (RPM): Limit 3, Used 3, Requested 1. Please try again in 20s. Visit https://platform.openai.com/account/rate-limits to learn more. You can increase your rate limit by adding a payment method to your account at https://platform.openai.com/account/billing.
- #51
#50 chunqiu 3.5 限制20秒,执行不下去
- #52
#51 chunqiu OPENAI将免费用户的API调用次数从20次/分钟下调到3次/分钟。
- #53
安装好了,看下成品 https://youge.eu.org/
- #54
#53 wuyouge
我的部分功能 进去 404 奇怪你的没有问题,比如:dns-lookup
看了转换的 伪静态 还是有问题
- #55
正确的nginx 伪静态写法
if (!-e $request_filename){ rewrite ^\/(.+)$ /index.php?altum=$1 last; }
- #56
#54 chunqiu 我用的官方默认的伪静态规则,另外,发现后台发的博客文章打不开是有问题的。
- #57
#56 wuyouge
博客文章 我测试没问题,包括 目录页 内容页
- #58
我这apache环境,用不了nigxx 的规则
- #59
手工汉化进行中
- #60
#59 chunqiu 汉化完了 分享一下老哥
- #61
大家有遇到过后台发的文章不显示问题吗? https://youge.eu.org/blog/category/web-tool/ 发了文章都不打不开,规则是默认apache的