Add (badge)

This commit is contained in:
2023-11-24 19:15:48 +08:00
parent 962c8f52ef
commit c30e08996d
7 changed files with 90 additions and 96 deletions

View File

@@ -18,7 +18,6 @@ public static function getRssPostMetaGpt3($user_prompt, $model_max_tokens = 1536
return self::getChatCompletion($user_prompt, $system_prompt, $openai_config, $model_max_tokens, $timeout);
}
public static function getRssPostMeta($user_prompt, $model_max_tokens = 1536, $timeout = 60)
{