Skip to content

Commit

Permalink
docs: update
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonghakseo committed Jul 6, 2024
1 parent 14b1c7a commit 716776d
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 16 deletions.
8 changes: 4 additions & 4 deletions README.ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ Translation Versions: [ENGLISH](./README.md) | [中文简体](./README.zh-CN.md)
- 役割に適したプロンプトを作成する機能(例:「SNSマーケティングに必要な短文を作成するプロンプトジェネレータ」)

### 今後の予定
- プロンプトパラメータの微調整
- テキストモデルの選択(現在はgpt-3.5-turboに固定されています)
- 画像入出力機能(GPT-4用)
- 会話履歴の表示機能の追加
- [x] プロンプトパラメータの微調整
- [x] テキストモデルの選択(現在はgpt-3.5-turboに固定されています)
- [ ] 画像入出力機能(GPT-4用)
- [x] 会話履歴の表示機能の追加

## インストール方法 <a name="installation"></a>

Expand Down
8 changes: 4 additions & 4 deletions README.ko.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@ openai API를 사용하고 있으며, 현재는 간단한 프롬프트 요청으
- 사전 프롬프트를 역할에 맞게 생성해주는 기능 탑재 (ex. 프롬프트 생성기에 'SNS 마케팅에 필요한 짧은 텍스트를 생성하는 프롬프트' 입력)

### TODO
- 프롬프트 파라미터 미세 조정
- 텍스트 모델 선택 (현재는 gpt-3.5-turbo 고정)
- 이미지 입-출력 기능 (GPT-4 대응)
- 대화 내역 히스토리에서 볼 수 있는 기능 추가
- [x] 프롬프트 파라미터 미세 조정
- [x] 텍스트 모델 선택 (현재는 gpt-3.5-turbo 고정)
- [ ] 이미지 입-출력 기능 (GPT-4 대응)
- [x] 대화 내역 히스토리에서 볼 수 있는 기능 추가

## Installation <a name="installation"></a>

Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ It uses the openai API, and currently, you can instruct what action to take with
- Feature to create prompt suitable for role (e.g. 'Prompt generator to create short text required for SNS marketing')

### TODO
- Fine-tune prompt parameters
- Select text model (currently fixed to gpt-3.5-turbo)
- Image input/output feature (for GPT-4)
- Add a feature to view conversation history
- [x] Fine-tune prompt parameters
- [x] Select text model (currently fixed to gpt-3.5-turbo)
- [ ] Image input/output feature (for GPT-4)
- [x] Add a feature to view conversation history

## Installation <a name="installation"></a>

Expand Down
8 changes: 4 additions & 4 deletions README.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ Translation Versions: [ENGLISH](./README.md) | [中文简体](./README.zh-CN.md)
- 创建适合角色的提示生成器的功能(例如“用于SNS营销所需的短文本的提示生成器”)

### 待办事项
- 微调提示参数
- 选择文本模型(目前固定为gpt-3.5-turbo)
- 图像输入/输出功能(适用于GPT-4)
- 添加查看对话历史记录的功能
- [x] 微调提示参数
- [x] 选择文本模型(目前固定为gpt-3.5-turbo)
- [ ] 图像输入/输出功能(适用于GPT-4)
- [x] 添加查看对话历史记录的功能

## 安装 <a name="installation"></a>

Expand Down

0 comments on commit 716776d

Please sign in to comment.