Skip to content

Commit

Permalink
chore: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
AnotiaWang committed Apr 17, 2023
1 parent 4a86bd6 commit 189103a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Accelerate your contribution to [Open Assistant](https://open-assistant.io).

## Features

This project feeds tasks from Open Assistant to ChatGPT (GPT 3.5), along with corresponding prompts to help it complete the tasks. Then the replies will be sent back to Open Assistant.
This project feeds tasks from Open Assistant to ChatGPT (GPT 3.5), along with corresponding prompts to help it complete the tasks. Then the replies will be sent back to Open Assistant. Note that this will cost you money.

## Usage

Expand Down
11 changes: 5 additions & 6 deletions README_zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

## 功能

此项目将 Open Assistant 的各种任务发送到 ChatGPT(GPT 3.5),并提供相应的提示来帮助它完成任务。然后会把回复发送回 Open Assistant。
此项目将 Open Assistant 的各种任务发送到 ChatGPT(GPT 3.5),并提供相应的提示来帮助它完成任务。然后会把回复发送回 Open Assistant。(注意,目前是要花钱的)

## 使用方法

Expand All @@ -24,23 +24,22 @@
## 构建

- 克隆代码
- 安装 [Go](https://go.dev/dl/) (推荐 1.20)
- 安装 [Go](https://go.dev/dl/) (推荐 1.20)
- `go build -o oa-helper .`

## 计划

- [ ] 支持任务 `label_initial_prompt`

这个任务在我的语言配置中有点难找,我会继续找的
目前中文的任务还是比较少的,尤其这个类别很少出现。等下次我遇到了再做支持,也欢迎大家 PR
- [ ] 支持其他语言模型(或许)

最近出现了许多优秀的 LLM,比如 GPT4All。我可能会在空闲时间尝试支持它们(但不能保证)。如果您有想法,欢迎提 PR!
最近出现了许多优秀的 LLM,比如 GPT4All,我有空的话可能会尝试支持它们(但不能保证)。如果您有想法,欢迎提 PR!
- [ ] ...

## 注意事项

对于在特殊网络条件下的用户(例如,您所在区域封锁了 ChatGPT),如果您有支持 HTTP/HTTPS 端口代理的代理,可以简单地设置代理。
打开终端,运行以下命令:
对于在特殊网络条件下的用户(例如,您所在区域封锁了 ChatGPT),如果您有支持 HTTP/HTTPS 端口代理的代理,可以打开终端,运行以下命令:

```bash
export http_proxy=http://your-proxy:port
Expand Down

0 comments on commit 189103a

Please sign in to comment.