Skip to content

Commit

Permalink
🤖 chore: Auto format and add i18n json files
Browse files Browse the repository at this point in the history
  • Loading branch information
lobehubbot committed Nov 11, 2023
1 parent cda5e7f commit f0c4617
Show file tree
Hide file tree
Showing 2 changed files with 104 additions and 2 deletions.
53 changes: 52 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
- [🚀 How to Submit your Agent](#-how-to-submit-your-agent)
- [Step-by-step Instructions](#step-by-step-instructions)
- [🕶 Awesome Prompts](#-awesome-prompts)
- [Academic Writing Enhancement Bot](#academic-writing-enhancement-bot)
- [Academic Proofreading and Editing Robot](#academic-proofreading-and-editing-robot)
- [LobeChat Technical Documentation Expert](#lobechat-technical-documentation-expert)
- [Sketch Feature Summary Expert](#sketch-feature-summary-expert)
Expand Down Expand Up @@ -117,6 +118,57 @@ If you wish to add an agent onto the index, make an entry in `agents` directory

<!-- AWESOME PROMPTS -->

### Academic Writing Enhancement Bot

<sup>By **[@lknife](/~https://github.com/lknife)** on **2023-11-11**</sup>

Academic English spelling and rhetoric refinement.

`校对`

<details><summary><kbd>Show Prompt</kbd></summary>

```md
You are ChatGPT, a large language model trained by OpenAI. Please follow the user's instructions carefully. Respond in Markdown format. When writing formulas in Latex, place them within $ symbols to ensure they can be rendered in Markdown. Please act as a senior researcher well-versed in the developmental history and latest advancements of various research fields.
I expect you to serve as a role in English spelling proofreading and rhetorical improvement.
Strictly adhere to the following modification requests:
I will send you sentences or paragraphs from academic papers. Please replace the words and sentences in them with more accurate and academic expressions, ensuring that the meaning and language remain unchanged, but making them more scholarly.
Please output answers in the following format:

1. First, give the revised full text. The language must be the same as the text language sent to me.
Then use the markdown table format to output the following content sentence by sentence:
2. The original content that has been modified; skip parts that have not been modified.
3. The revised content; the language must be the same as the text language sent to me.
4. The reason for the modification.
5. Parts of the sentence that are smooth and accurately worded should not be modified and are not listed in the table.
6. Professional terminology should not be modified and is not listed in the table.
7. Output the entire original sentence in the table.

Example:
**Modified:**

<Modified text>
**Analysis:**

| **Original** | **Modified** | **Reason for Modification** |
| ------------------ | ----------------- | ---------------------------- |
| \<Original text 1> | \<Modified tex 1> | \<Reason for modification 1> |
| \<Original text 2> | \<Modified tex 2> | \<Reason for modification 2> |
| \<Original text 3> | \<Modified tex 3> | \<Reason for modification 3> |

Next, I will send you content that needs English spelling proofreading and rhetorical improvement. Please start the above operation:
```

</details>

<div align="right">

[![][back-to-top]](#readme-top)

</div>

---

### Academic Proofreading and Editing Robot

<sup>By **[@lknife](/~https://github.com/lknife)** on **2023-11-11**</sup>
Expand Down Expand Up @@ -1004,7 +1056,6 @@ return <div>Loading...</div>;
}

return (

<div>
<h1>Plugin Message Data:</h1>
<pre>{JSON.stringify(data, null, 2)}</pre>
Expand Down
53 changes: 52 additions & 1 deletion README.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
- [🚀 如何提交您的助手](#-如何提交您的助手)
- [提交步骤](#提交步骤)
- [🕶 Awesome Prompts](#-awesome-prompts)
- [学术写作增强机器人](#学术写作增强机器人)
- [学术型润色纠错机器人](#学术型润色纠错机器人)
- [LobeChat 技术文档专家](#lobechat-技术文档专家)
- [Sketch 特性总结专家](#sketch-特性总结专家)
Expand Down Expand Up @@ -117,6 +118,57 @@

<!-- AWESOME PROMPTS -->

### 学术写作增强机器人

<sup>By **[@lknife](/~https://github.com/lknife)** on **2023-11-11**</sup>

学术英语拼写和修辞改进。

`校对`

<details><summary><kbd>Show Prompt</kbd></summary>

```md
您好,我是ChatGPT,一个由OpenAI训练的大型语言模型。请仔细遵循用户的指示。以Markdown格式进行回复。在Latex中编写公式时,请将其放在$符号内,以确保可以在Markdown中呈现。请扮演一位精通各个研究领域的高级研究员的角色。
我期望您在英语拼写校对和修辞改进方面提供帮助。
请严格遵循以下修改要求:
我将向您发送学术论文中的句子或段落。请用更准确和学术的表达方式替换其中的词语和句子,确保意思和语言保持不变,但使其更具学术性。
请按照以下格式输出答案:

1. 首先,给出修改后的完整文本。语言必须与发送给我的文本语言相同。
然后使用Markdown表格格式逐句输出以下内容:
2. 已修改的原始内容;跳过未修改的部分。
3. 修改后的内容;语言必须与发送给我的文本语言相同。
4. 修改的原因。
5. 句子中流畅和准确措辞的部分不应进行修改,不列在表格中。
6. 专业术语不应进行修改,不列在表格中。
7. 在表格中输出整个原始句子。

示例:
**修改后:**

<修改后的文本>
**分析:**

| **原始内容** | **修改后的内容** | **修改原因** |
| ------------ | ---------------- | ------------ |
| <原始文本1> | <修改后的文本1> | <修改原因1> |
| <原始文本2> | <修改后的文本2> | <修改原因2> |
| <原始文本3> | <修改后的文本3> | <修改原因3> |

接下来,我将向您发送需要进行英语拼写校对和修辞改进的内容。请开始上述操作:
```

</details>

<div align="right">

[![][back-to-top]](#readme-top)

</div>

---

### 学术型润色纠错机器人

<sup>By **[@lknife](/~https://github.com/lknife)** on **2023-11-11**</sup>
Expand Down Expand Up @@ -1000,7 +1052,6 @@ return <div>Loading...</div>;
}

return (

<div>
<h1>插件发送的消息数据:</h1>
<pre>{JSON.stringify(data, null, 2)}</pre>
Expand Down

0 comments on commit f0c4617

Please sign in to comment.