feat: add provider ai pollinations (#667)

* feat: add provider ai pollinations

* update: enter line

---------

Co-authored-by: Diep Do <diepchiaser@gmail.com>
This commit is contained in:
diepdo1810
2025-05-13 09:48:52 +07:00
committed by GitHub
parent 7bee963a18
commit 95922908ce
8 changed files with 89 additions and 34 deletions

View File

@@ -32,6 +32,15 @@ pixabay_api_keys = []
# ernie (文心一言)
llm_provider = "openai"
########## Pollinations AI Settings
# Visit https://pollinations.ai/ to learn more
# API Key is optional - leave empty for public access
pollinations_api_key = ""
# Default base URL for Pollinations API
pollinations_base_url = "https://pollinations.ai/api/v1"
# Default model for text generation
pollinations_model_name = "openai-fast"
########## Ollama Settings
# No need to set it unless you want to use your own proxy
ollama_base_url = ""