Skip to content

Commit f61a96d

Browse files
authored
Update README.md
1 parent aea377f commit f61a96d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,9 +80,12 @@ analyst_prompt: You are a world-class investing expert. Analyze the provided lis
8080
```
8181
8282
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.
8484
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.
8585
86+
Snippet of sample output (as an investment analyst):
87+
<img width="961" alt="image" src="https://github.com/user-attachments/assets/5ccb43d0-3057-4b39-b445-891246c9b644" />
88+
8689
Default model is OpenAI's gpt-4o but to override model add configuration:
8790
```
8891
analyst_model: o1-preview

0 commit comments

Comments
 (0)