feat: 插件改为浮窗模式
This commit is contained in:
@@ -46,6 +46,9 @@ class Settings(BaseSettings):
|
||||
rightapi_base_url: str = "https://rightapi.ai/draw"
|
||||
rightapi_image_model: str = "gpt-image-2"
|
||||
rightapi_image_quality: str = "high" # auto | low | medium | high
|
||||
rightapi_max_retries: int = 3 # 429/5xx/超时的重试次数(1 = 不重试)
|
||||
rightapi_retry_wait: int = 60 # 重试基础等待秒数,按 60→120→240 递增
|
||||
rightapi_input_fidelity: str = "high" # edits 端点高保真档(high | low,留空关闭)
|
||||
|
||||
# DeepSeek(出图方案规划器)
|
||||
deepseek_api_key: str = ""
|
||||
|
||||
Reference in New Issue
Block a user