Skip to content

Commit

Permalink
generate new post
Browse files Browse the repository at this point in the history
  • Loading branch information
reorx committed Apr 4, 2023
1 parent 212d316 commit ab5a9af
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion generate_updates.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ def create_post(date, hashs, filename, session, create_cn=False):
# Write a changelog based on the following diff. organize the items in markdown list, each item starts with a markdown link, and a descripition is added below. The generated text starts with "Here's the projects added or updated today:"
# """
generator_prompt = """\
Write a changelog based on the following diff. In case you don't know, diff is a format to show the changes of two commits, only the lines starts with + or - is the changed content. focus on what are added, ignore what are removed. organize the items in markdown list, each item starts with a markdown link, and a descripition is added below. The generated text starts with "Here's the projects added or updated today:"
Write a changelog based on the following diff. You should be aware that diff is a format to show the changes of two commits, only the lines starts with + are the added content. You should only extract the added content, organize the items in markdown list, each item starts with a markdown link, and a descripition is added below. The generated text starts with "Here's the projects added or updated today:"
"""
generator_message = session.chat({
'role': 'user',
Expand Down
8 changes: 8 additions & 0 deletions site/content/posts/2023-04-04/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
title: "Updates for 2023-04-04"
date: 2023-04-04
summary: ChatGPT Box is an extension available on Chrome, Edge, Safari and Firefox that has multiple ChatGPT API integrations including a chat dialog box, right-click menu summarization, and independent conversation page.
---
Here's the project added or updated today:

- [ChatGPT Box](https://github.com/josStorer/chatGPTBox): Deep ChatGPT integrations in your browser. Supports call up the chat dialog box on any page at any time, summarize any page with right-click menu, Independent conversation page, multiple API and much more. This extension is available on Chrome, Edge, Safari and Firefox.

0 comments on commit ab5a9af

Please sign in to comment.