Browse Source

Abstract AI image provider configuration

master
nano 4 days ago
parent
commit
432363cfad
1 changed files with 9 additions and 0 deletions
  1. +9
    -0
      public/web.config

+ 9
- 0
public/web.config View File

@@ -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" />



Loading…
Cancel
Save

Powered by TurnKey Linux.