Llmkira

Latest version: v1.0.5

Safety actively analyzes 682404 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 7 of 7

1.0.0alpha

Docker 支持

- 中间件支持
- 稳定的一代
你不需要下载这里的 release, 我只是发布一下 docker.

0.21

🔨 DEPLOY ATTENTION

🧯 Before updating the program,**stop bot**, please go to `http://{ip}:15672/#/queues` and **delete all queues to avoid any conflicts**.

If you run the following commands in the CLI:

bash
View all queues
rabbitmqctl list_queues

Delete a specific queue based on the queue_name parameter
rabbitmqctl delete_queue queue_name

Or recreate the rabbitmq container

Added

- RabbitMQ

python
EXPIRATION_SECOND = 60 * 5 5min
QUEUE_MAX_LENGTH = 120
X_OVERFLOW = "reject-publish" 拒绝
CONSUMER_PREFETCH_COUNT = 12 消息流控
QUEUE_ARGUMENTS = {
"x-max-length": QUEUE_MAX_LENGTH, 上限
"message-ttl": EXPIRATION_SECOND * 1000,
"x-overflow": X_OVERFLOW 拒绝
}


| Variable name | value | Description |
| --- | --- | --- |
| LLMBOT_STOP_REPLY | 1 | Stop receiver from replying if the value is 1 |
| LLMBOT_LOG_OUTPUT | DEBUG | Print LONG debug log on the screen if the value is DEBUG |

0.20

Fixed

- https://github.com/LlmKira/Openaibot/issues/266 适配API2D的Key格式
- 默认不回复
- 命令识别,带 `` 的命令已经可以被识别
- 错误处理

Changed

- 插件父类结构,添加认证标记
- 转发路由系统重写
- `function` 接收器回收此步函数防止无限重发

Added

- https://github.com/LlmKira/Openaibot/issues/267 认证组件
- `TaskHeader` 类添加 `direct_reply` 路由
- `TaskHeader` 类添加 `function_salvation_list` 属性,在第一个子链中启用上一轮函数
- 添加重发器库位于 `middleware/chain_box`

0.19

- [x] Fix socks5 proxy
- [x] Compatible with Python 3.8

0.18

- [x] https://github.com/LlmKira/Openaibot/issues/265
- [x] File Reader
- [x] Translate plugin
- [x] Logger

Page 7 of 7

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.