- #34
也是Responded with: error
也是Responded with: error
package中的 install.php 改代码为下面
<?php
define(‘ROOT’, realpath(DIR . ‘/..’) . ‘/’);
require_once ROOT . ‘vendor/autoload.php’;
require_once ROOT . ‘app/includes/product.php’;
function get_ip() {
if(array_key_exists(‘HTTP_X_FORWARDED_FOR’, $_SERVER)) {
if(strpos($_SERVER['HTTP_X_FORWARDED_FOR'], ',')) {
$ips = explode(',', $_SERVER['HTTP_X_FORWARDED_FOR']);
return trim(reset($ips));
} else {
return $_SERVER['HTTP_X_FORWARDED_FOR'];
}
刷新重新安装 还是报
Responded with: error
安装上了打开主页显示 500
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;
}
谁贡献个 openapi ,把网站都汉化了
#48 chunqiu 3.5就行了。免费大把。
#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.
#50 chunqiu 3.5 限制20秒,执行不下去
#51 chunqiu OPENAI将免费用户的API调用次数从20次/分钟下调到3次/分钟。
安装好了,看下成品 https://youge.eu.org/