Skip to content

Commit 9926630

Browse files
committed
fix: removed previous post mentions to save tokens
1 parent 215f44b commit 9926630

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/writer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ def extract_topic(topics):
9292
global deepseek, existing_posts_text
9393
return generate([
9494
{"role": "system", "content": "你在为一篇技术博客确定一个主题。直接用中文输出主题。"},
95-
{"role": "user", "content": f"阅读以下是HackerNews的热门文章,然后写一个可以用于技术博客的主题。这个主题应当是一个通用、普通的技术,不能是一个事件或其它东西。\n\n{topics}\n\n以下是已有的博客文章,请避免选择相似的主题:\n{existing_posts_text}\n\n只需要一个主题,直接输出。"},
95+
{"role": "user", "content": f"阅读以下是HackerNews的热门文章,然后写一个可以用于技术博客的主题。这个主题应当是一个通用、普通的技术,不能是一个事件或其它东西。\n\n{topics}\n\n只需要一个主题,直接输出。"},
9696
], deepseek, "deepseek-chat")
9797
# return grok_generate([
9898
# system("你在为一篇技术博客确定一个主题。直接用中文输出主题。"),

0 commit comments

Comments
 (0)