浏览代码

Abstract AI image provider configuration

master
nano 4 天前
父节点
当前提交
432363cfad
共有 1 个文件被更改,包括 9 次插入0 次删除
  1. +9
    -0
      public/web.config

+ 9
- 0
public/web.config 查看文件

@@ -40,6 +40,15 @@
<!-- Cache-bust parameter name (default: "v") -->
<add key="CacheBustParamName" value="v" />

<!-- Image generation provider (pollinations / abacus) -->
<add key="AiImageProvider" value="pollinations" />

<!-- Base URL for image generation when using the current provider -->
<add key="AiImageBaseUrl" value="https://image.pollinations.ai/prompt/" />

<!-- Optional Abacus image endpoint override if Abacus is ever enabled for images -->
<add key="AbacusImageBaseUrl" value="" />

<!-- Abacus RouteLLM endpoint for AI-generated post content -->
<add key="AbacusApiBaseUrl" value="https://routellm.abacus.ai/v1" />



正在加载...
取消
保存

Powered by TurnKey Linux.