Skip to content

Commit c19a219

Browse files
Update
1 parent a1fc581 commit c19a219

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.en.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
[![license](https://img.shields.io/pypi/l/ansicolortags.svg)](LICENSE) [![Release](https://img.shields.io/github/v/release/TheExplainthis/ChatGPT-Line-Bot)](https://github.com/TheExplainthis/ChatGPT-Line-Bot/releases/)
66

77
## Introduction
8-
Import the ChatGPT bot to Line and start interacting with it by simply typing text in the input box. In addition to ChatGPT, the model for `Text to Image` is also integrated. Enter `/imagine + text` to return the corresponding image, as shown in the figure below:
8+
Import the ChatGPT bot to Line and start interacting with it by simply typing text in the input box. In addition to ChatGPT, the model for DALL·E 2 is also integrated. Enter `/imagine + text` to return the corresponding image, as shown in the figure below:
99

1010
![Demo](https://github.com/TheExplainthis/ChatGPT-Line-Bot/blob/main/demo/chatgpt-line-bot.gif)
1111

@@ -76,7 +76,7 @@ To start a conversation with ChatGPT, simply type your message in the text input
7676

7777
| Command | Description |
7878
| ------- | ----------- |
79-
| `/imagine` | Type `/imagine` followed by text in the input box to call the `Text to Image` model and generate an image. |
79+
| `/imagine` | Type `/imagine` followed by text in the input box to call the DALL·E 2 model and generate an image. |
8080

8181
## Related Projects
8282
- [gpt-ai-assistant](https://github.com/memochou1993/gpt-ai-assistant)

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
[![license](https://img.shields.io/pypi/l/ansicolortags.svg)](LICENSE) [![Release](https://img.shields.io/github/v/release/TheExplainthis/ChatGPT-Line-Bot)](https://github.com/TheExplainthis/ChatGPT-Line-Bot/releases/)
66

77
## 介紹
8-
在 Line 中去導入 ChatGPT Bot,只要在輸入框直接輸入文字,即可與 ChatGPT 開始互動,除了 ChatGPT 以外,也直接串上了 `Text to Image` 的模型,輸入 `/imagine + 文字`,就會回傳相對應的圖片,如下圖所示:
8+
在 Line 中去導入 ChatGPT Bot,只要在輸入框直接輸入文字,即可與 ChatGPT 開始互動,除了 ChatGPT 以外,也直接串上了 DALL·E 2 的模型,輸入 `/imagine + 文字`,就會回傳相對應的圖片,如下圖所示:
99

1010
![Demo](https://github.com/TheExplainthis/ChatGPT-Line-Bot/blob/main/demo/chatgpt-line-bot.gif)
1111

@@ -76,7 +76,7 @@
7676

7777
| 指令 | 說明 |
7878
| --- | ----- |
79-
| `/imagine` | 在輸入框輸入 `/imagine` + 文字,就會調用 `Text to Image` 模型,即可生成圖像。|
79+
| `/imagine` | 在輸入框輸入 `/imagine` + 文字,就會調用 DALL·E 2 模型,即可生成圖像。|
8080

8181
## 相關專案
8282
- [gpt-ai-assistant](https://github.com/memochou1993/gpt-ai-assistant)

0 commit comments

Comments
 (0)