| # Bing search key | |
| BING_SEARCH_KEY= | |
| # Google search key | |
| GOOGLE_SEARCH_KEY= | |
| GOOGLE_SEARCH_ID= | |
| # aliyun key | |
| ALIYUN_KEY= | |
| # Yi Key | |
| YI_KEY= | |
| # google gemini | |
| GOOGLE_KEY= | |
| GOOGLE_PROXY_URL= | |
| # baidu | |
| BAIDU_KEY= | |
| BAIDU_SECRET= | |
| # tencent KEY:ID, SECRET:KEY | |
| TENCENT_KEY= | |
| TENCENT_SECRET= | |
| # openai key | |
| OPENAI_KEY=freeduckduckgo | |
| # openai proxy, default is for docker-compose, could modify if you need. | |
| OPENAI_PROXY_URL=http://freeduckduckgo:3456/v1 | |
| # deepseek | |
| DEEPSEEK_KEY=#your_key | |
| # chatglm | |
| GLM_KEY=#your_key | |
| # moonshot | |
| MOONSHOT_KEY= | |
| # lepthon key | |
| LEPTON_KEY= | |
| # Local llm: Ollama hostname, could modify if you need. | |
| OLLAMA_HOST=http://host.docker.internal:11434 | |
| # Searxng hostname, could modify if you need. | |
| SEARXNG_HOSTNAME=http://searxng:8080 | |
| # The count of resources referenced | |
| REFERENCE_COUNT=8 | |
| # Whitelist domains, eg. isou.chat,example.org, skip if empty. | |
| WHITELIST_DOMAINS= | |
| # Server Port | |
| PORT=3000 | |
| # SearXNG query options, safesearch: Filter search results, 0: None 1: Moderate 2: Strict. | |
| SEARXNG_SAFE=0 | |
| # SearXNG query options, language: default is 'all', eg. all/zh/en/en-US/de/it-IT/fr..., this setting has the highest priority. | |
| SEARXNG_LANGUAGE= | |
| # document: https://docs.searxng.org/user/configured_engines.html | |
| SEARXNG_ENGINES=bing,google | |
| SEARXNG_IMAGES_ENGINES=bing,google | |
| # enable cache, 1 enable, 0 disable | |
| CACHE_ENABLE=1 |