update readme

Signed-off-by: Sid Sun <sid@sidsun.com>
This commit is contained in:
Sid Sun 2024-05-13 22:22:19 +05:30
parent c952901feb
commit e04f58fccf
1 changed files with 14 additions and 0 deletions

View File

@ -47,6 +47,20 @@ The bot supports two commands:
2. To regenerate a response, reply to the message you want to regenerate from and send `/resend`
- Once the bot is restarted, the conversation history is lost and thread can't be continued.
## How to run
In the fish shell, you can just do:
```fish
env (cat dev.env | xargs -L 1) make serve
```
bash:
```bash
env $(cat dev.env | xargs -L 1) make serve
```
## Contributing
Contributions are welcome. Please submit a pull request or create an issue if you have any improvements or suggestions.