Update roadmap
This commit is contained in:
parent
4755653e7e
commit
f889ec5068
1 changed files with 5 additions and 0 deletions
|
@ -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.
|
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")
|
![demo](https://i.imgur.com/kK4rnPf.jpeg "demo")
|
||||||
|
|
||||||
|
## Roadmap
|
||||||
|
1. Support reading config from environment variables
|
||||||
|
2. <del>Solve sync token persist problem when using access_token to login</del> Done!
|
||||||
|
3. <del>Support e2e session</del> Done!
|
||||||
|
|
||||||
## Installation and Setup
|
## Installation and Setup
|
||||||
Docker method(Recommended):<br>
|
Docker method(Recommended):<br>
|
||||||
Edit `config.json` or `.env` with proper values <br>
|
Edit `config.json` or `.env` with proper values <br>
|
||||||
|
|
Loading…
Reference in a new issue