Results 13 issues of tusharhero

![image](https://user-images.githubusercontent.com/54012021/155759213-f022b6d6-b892-4ce0-9612-307830b12d95.png)

Added the domain: tusharhero

domain

It was using the -Sy flag which is unsupported. It partially upgraded my system. To avoid this I put the -Syu flag which does a full system upgrade.

**Description** Error when installing using `use-package` to install. **Reproduction steps** 1. Run this: ```elisp (use-package pet :config (add-hook 'python-base-mode-hook 'pet-mode -10)) ``` 2. Error ``` ⛔ Error (use-package): pet/:catch: Eager...

Currently, there is a global model state, which means if you change it once, it will change for all chats. This is not really ideal when you want to use...

enhancement

Streaming responses can be currrently enabled using an environment variable `ENABLE_STREAMING_RESPONSE`. The issue is that streaming responses eventually leads to a timeout error by telegram. The current measure to counter...

bug
help wanted

Ollama has recently added support for parallel requests. We must add that support for our bot so that it doesn't get blocked by a request.

enhancement
help wanted