From c926f9f185f8ff2756c6e382d7d8777d34b8fb4e Mon Sep 17 00:00:00 2001 From: lisiur Date: Fri, 5 May 2023 20:36:32 +0800 Subject: [PATCH] chore: update CHANGELOG --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c2dac21..ef0b2e0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,8 +3,8 @@ ### Features -plugin now can use host_openai_stream to send request and use host_receive to receive response from openai server. -plugin now can use host_input to get user input from terminal. +- plugin now can use host_openai_stream to send request and use host_receive to receive response from openai server. +- plugin now can use host_input to get user input from terminal.