Skip to content

Commit 5703867

Browse files
committed
add
1 parent 213cabd commit 5703867

File tree

3 files changed

+31
-14
lines changed

3 files changed

+31
-14
lines changed

_drafts/2024-12-28-gpts-en.md

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
layout: post
3+
title: "My GPTs"
4+
---
5+
6+
## Update Jekyll Post
7+
8+
Instruction: Update the following Jekyll post. If there is a link (e.g., [title](url)), replace the title with the actual link so readers know where the link without clicking it and link often already contains title. Ensure the post remains clear and readable while making the links explicit.
9+
10+
https://chatgpt.com/g/g-677e5c1cc8a08191981bfc83cac65795-update-jekyll-post
11+
12+
## Translation To Chinese Without Name
13+
14+
Instruction:
15+
16+
Translate the following posts or words into Chinese, ensuring that names (e.g., people, places, brands, or specific terms) are not translated and remain in their original form. Only translate the surrounding text into Chinese.
17+

_posts/2025-01-08-rrc-en.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ title: "Runway, Replit, and Cohere"
55

66
## Runway
77

8-
[Runway](https://runwayml.com)
8+
[https://runwayml.com](https://runwayml.com)
99

1010
I uploaded a small video to Runway. The platform warns that videos be at least **620x620 pixels** in size.
1111

@@ -24,13 +24,13 @@ To get a **1280x768** output, the video needs to be taller.
2424

2525
## Replit
2626

27-
[Replit](https://replit.com/)
27+
[https://replit.com](https://replit.com)
2828

2929
Replit is an online IDE that allows you to write, run, and host applications directly in the browser. It supports a variety of programming languages and offers collaborative features for real-time coding with others.
3030

3131
## Cohere
3232

33-
[Cohere](https://dashboard.cohere.com)
33+
[https://dashboard.cohere.com](https://dashboard.cohere.com)
3434

3535
Cohere provides large language models (LLMs) that are easy to integrate into applications for tasks such as text generation, summarization, and classification. The platform offers a simple API for accessing its powerful models.
3636

_posts/2025-01-08-rrc-zh.md

+11-11
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
---
22
layout: post
3-
title: "Runway, Replit 和 Cohere"
3+
title: "RunwayReplit 和 Cohere"
44
---
55

66
## Runway
77

8-
[Runway](https://runwayml.com)
8+
[https://runwayml.com](https://runwayml.com)
99

10-
我上传了一段小视频。提示说,该平台要求视频的最小尺寸为 **620x620 像素**
10+
我上传了一个小视频到Runway平台。该平台警告视频至少应为**620x620像素**的大小
1111

12-
我上传了一段分辨率为 **1280x720 像素** 的视频,内容是苹果的 "Think Different" 广告。Runway 提供了 **768x1280** 分辨率的输出选项。
12+
我上传了一个分辨率为**1280x720像素**的视频,内容是Apple的“Think Different广告。Runway提供了一个**768x1280**分辨率的输出选项。
1313

14-
为了获得 **1280x768** 的输出,视频需要更高一些。
14+
要获得**1280x768**的输出,视频需要更高一些。
1515

16-
**提示:** 使视频更加多彩
16+
**提示:** 使其更加多彩
1717

18-
**结果:**
18+
**结果:**
1919

2020
<video width="384" height="640" controls>
2121
<source src="{{ '/assets/videos/rrc/colorful.mp4' | relative_url }}" type="video/mp4">
@@ -24,13 +24,13 @@ title: "Runway, Replit 和 Cohere"
2424

2525
## Replit
2626

27-
[Replit](https://replit.com/)
27+
[https://replit.com](https://replit.com)
2828

29-
Replit 是一个在线集成开发环境(IDE),允许你直接在浏览器中编写、运行和托管应用程序。它支持多种编程语言,并提供实时协作功能,便于与他人共同编写代码
29+
Replit是一个在线集成开发环境(IDE),允许您在浏览器中直接编写、运行和托管应用程序。它支持多种编程语言,并提供实时协作编码的功能,方便与他人共同编程
3030

3131
## Cohere
3232

33-
[Cohere](https://dashboard.cohere.com)
33+
[https://dashboard.cohere.com](https://dashboard.cohere.com)
3434

35-
Cohere 提供易于集成的强大语言模型(LLM),可用于文本生成、摘要、分类等任务。该平台提供了简单的 API,方便开发者使用其强大的模型
35+
Cohere提供易于集成到应用程序中的大规模语言模型(LLM),可用于文本生成、摘要和分类等任务。该平台提供了一个简单的API,供用户访问其强大的模型
3636

0 commit comments

Comments
 (0)