Sure, here's the translation of "AI EMAIL, The AI Agent to Help You Manage Your Emails" into simplified Chinese, while keeping the HTML structure: ```html AI EMAIL,AI代理助您管理电子邮件 ``` In this translation: - `` tags are used to maintain the HTML structure. - Text is translated into simplified Chinese characters.

Sure, here is the translated text in simplified Chinese while keeping the HTML structure: ```html

我最近发布了AI Email,这是一个基于ChatGPT的AI代理,能够连接到您的Gmail账户并读取您的电子邮件。您可以在GitHub上找到源代码。Web界面使用Gradio构建。

``` In simplified Chinese: ``` 我最近发布了AI Email,这是一个基于ChatGPT的AI代理,能够连接到您的Gmail账户并读取您的电子邮件。您可以在GitHub上找到源代码。Web界面使用Gradio构建。 ```

Sure, here is "How Does It Work?" translated into simplified Chinese while keeping HTML structure: ```html 如何运作? ```

Here is the translated text in simplified Chinese, keeping the HTML structure intact: ```html

Agent 可以根据感兴趣的作者或主题进行提示,并可以排除用户不感兴趣的主题/作者。该架构包括 4 个主要元素:

  • Emailer 类:用于建立与 Gmail 账户的连接并读取邮件。它还负责修改邮件(例如标记为已读并移到垃圾箱)。对于每封电子邮件,它返回一个包含电子邮件作者、主题/标题、接收日期和电子邮件内容的字典。
  • 作者/主题检查器:基于 ChatGPT 的语言模型,用于检查电子邮件的作者和内容是否属于用户感兴趣的范围内。
  • 兴趣评分器:另一个语言模型,根据感兴趣的作者/主题列表评分电子邮件消息,给出介于 0 到 1 之间的概率分数,其中 1 表示最高兴趣。
  • 摘要生成器:如果兴趣评分器认为电子邮件消息相关,将完整的电子邮件内容传递给摘要生成器,以提供电子邮件的主要要点。
``` This HTML structure preserves the original text formatting and translates the content into simplified Chinese.

Sure, here's how you could translate that phrase into simplified Chinese while keeping HTML structure intact: ```html

不感兴趣的邮件将直接发送到垃圾箱。

``` This HTML snippet preserves the text "The emails that are not considered of interest will be directly sent to trash." in simplified Chinese.

Sure, here's the HTML structure with the translated text in simplified Chinese: ```html

为了让用户了解代理的行为,Gradio网络应用将返回一个包含被丢弃消息和被认为有兴趣的消息列表,以及相应的摘要。

``` In this HTML snippet: - `

` denotes a paragraph tag, used for displaying text in HTML. - The Chinese text inside `

` is the translated version of "In order for the user to be aware of the behaviour of the agents, the Gradio web app will return a list of both the discarded messages and those considered of interest, with the corresponding summary."

2024-07-08 04:28:47 AI中文站翻译自原文