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