Skip to content

Commit

Permalink
Merge pull request #31 from approvers/release-please--branches--main-…
Browse files Browse the repository at this point in the history
…-components--ichiyo_ai

chore(main): release 1.0.0
  • Loading branch information
Sho Sakuma authored Aug 11, 2023
2 parents 28175c2 + 144fcee commit f67ef36
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Changelog

## [1.0.0](https://github.com/approvers/ichiyoAI/compare/v0.5.2...v1.0.0) (2023-08-11)


### ⚠ BREAKING CHANGES

- 環境変数の Key が変更されました.
- `CHATGPT_API_TOKEN``OPENAI_API_KEY`
- 以下の機能は廃止しました.
- `!direct` (指示モード)
- `!hibiki` (響モード)

### Features

全コードを書き直し. 仕様を見直しました.

- 思考中メッセージ (`waiting_message`) は廃止され、代わりに入力中(Typing)を使用するようになりました。
- 返信モードを追加しました。限定的ですが、会話のコンテキストを維持できます。
- OpenAI API からのレスポンスが15秒以上かかった場合は、返信せずエラーになるようになりました。

0 comments on commit f67ef36

Please sign in to comment.