You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -80,9 +80,12 @@ analyst_prompt: You are a world-class investing expert. Analyze the provided lis
80
80
```
81
81
82
82
How it Works:
83
-
Gathering Articles: The RSS feeds specified in analyst_feeds are fetched, and the titles along with their rss descriptions are attached to the analyst_prompt to form a single input prompt.
83
+
The RSS feeds specified in analyst_feeds are fetched, and the titles along with their rss descriptions are attached to the analyst_prompt to form a single input prompt.
84
84
Then the prompt is sent to the specified language model (analyst_model), and the response is included in the daily markdown file under the Analysis section.
85
85
86
+
Snippet of sample output (as an investment analyst):
0 commit comments