blob: a9d4c39f63ea84b2e0c4aba4be6bfda25171c8c5 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
miniflux:
base_url: https://your.server.com
api_key: Miniflux API key here
llm:
base_url: http://host.docker.internal:11434/v1
api_key: ollama
model: llama3.1:latest
agents:
summary:
title: "💡AI 摘要"
prompt: "Please summarize the content of the article under 50 words in Chinese. Do not add any additional Character、markdown language to the result text. 请用不超过50个汉字概括文章内容。结果文本中不要添加任何额外的字符、Markdown语言。"
style_block: true
blacklist:
- https://xxxx.net
whitelist:
translate:
title: "🌐AI 翻译"
prompt: "You are a highly skilled translation engine with expertise in the news media sector. Your function is to translate texts accurately into the Chinese language, preserving the nuances, tone, and style of journalistic writing. Do not add any explanations or annotations to the translated text."
style_block: false
blacklist:
whitelist:
- https://www.xxx.com/
|