XFE Git
XFE Studio Git
Git 首页 全局搜索
XFE 主站 文档 NuGet
公开
关注 0 Fork 0 Star 1
返回提交历史

XFEstudio/gpt4free

Update safe parameters

56f1f70f
hlohaus <983577+hlohaus@users.noreply.github.com>
提交于

代码差异

1 个文件 +2 -2
Modified g4f/providers/base_provider.py +2 -2
@@ -33,8 +33,8 @@ SAFE_PARAMETERS = [
33 33 "max_tokens", "stop",
34 34 "api_key", "api_base", "seed", "width", "height",
35 35 "max_retries", "web_search",
36 "guidance_scale", "n", "randomize_seed",
37 "safe", "enhance", "private", "aspect_ratio", "images_num",
36 "guidance_scale", "num_inference_steps", "randomize_seed",
37 "safe", "enhance", "private", "aspect_ratio", "n",
38 38 ]
39 39
40 40 BASIC_PARAMETERS = {