-
Hi, first thanks for awesome library
In my case, if you receive a message with multiple images, the bot will forward separate image of that message without text content
-
I benchmark qwen2-vl model inference with sageattn on A10, but i do not see speed improvement.
- Env
branch: master
commit-id:commit 5f88df20883a05fa50fdd1b90f962e0cf3e372b5
A10 24G
python 3.…
-
**What did you do?**
Be able to define custom message
**What did you expect to see?**
Message sending without errors
**What did you see instead? Under which circumstances?**
Received …
-
I need a way to track messages based on internal IDs. It is cumbersome to set up a persistent mapping between WhatsApp IDs and internal ones. The Cloud API defines a `biz_opaque_callback_data` field i…
-
Found out that **IBM ChatWatsonx** integration with **Langchain** and **IBM watsonx.ai Text Chat API** provide not consistent outputs for the same input with `decoding_method=greedy` or `temperature=0…
-
Texts should say:
> USERNAME @Groupname: Hey guys this is a message
-
-
### Steps to reproduce
1. Quote any message
2. Delete quoted message
### Expected behaviour
The text of the quote should remain
### Actual behaviour
Instead of a quote, only “deleted message” …
-
### Steps to reproduce
Sometimes when sending an Arabic message (right-to-left system) the text is placed incorrectly, specifically the last line of the message is placed on the time stamp. After sev…
-
由于我`echo-live`部署的协议是https所以ws无法连接
于是就自己改了一下`main.js`的代码
```js
if (config.https == true) {
const http = require('https');//设置模块
let options = {//设置密钥对
key: fs.readFileSync…