Initial commit: twitter-cli v0.1.0
This commit is contained in:
22
config.yaml
Normal file
22
config.yaml
Normal file
@@ -0,0 +1,22 @@
|
||||
fetch:
|
||||
count: 50
|
||||
|
||||
filter:
|
||||
mode: "topN"
|
||||
topN: 20
|
||||
minScore: 50
|
||||
lang: []
|
||||
excludeRetweets: false
|
||||
weights:
|
||||
likes: 1.0
|
||||
retweets: 3.0
|
||||
replies: 2.0
|
||||
bookmarks: 5.0
|
||||
views_log: 0.5
|
||||
|
||||
ai:
|
||||
provider: "openai"
|
||||
api_key: ""
|
||||
model: "doubao-seed-2.0-code"
|
||||
base_url: "https://ark.cn-beijing.volces.com/api/coding"
|
||||
language: "zh-CN"
|
||||
Reference in New Issue
Block a user