Преглед на файлове

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



Loading…
Отказ
Запис

Powered by TurnKey Linux.