From f889ec506828c9e068e3e5f108c43a8e708e793f Mon Sep 17 00:00:00 2001 From: hibobmaster <32976627+hibobmaster@users.noreply.github.com> Date: Fri, 7 Apr 2023 09:28:47 +0800 Subject: [PATCH] Update roadmap --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 414a97e..eb827f0 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,11 @@ This is a simple Matrix bot that uses OpenAI's GPT API and Bing AI to generate responses to user inputs. The bot responds to four types of prompts: `!gpt`, `!chat` and `!bing` and `!pic` depending on the first word of the prompt. ![demo](https://i.imgur.com/kK4rnPf.jpeg "demo") +## Roadmap +1. Support reading config from environment variables +2. Solve sync token persist problem when using access_token to login Done! +3. Support e2e session Done! + ## Installation and Setup Docker method(Recommended):
Edit `config.json` or `.env` with proper values