Releases: LlmKira/Openaibot
Releases · LlmKira/Openaibot
[Preview][lib0.24]Plugin System
🔨 Attention
Before updating the program, please go to http://{ip}:15672/#/queues
and delete all queues to avoid any conflicts.
If you run the following commands in the CLI:
# View all queues
rabbitmqctl list_queues
# Delete a specific queue based on the queue_name parameter
rabbitmqctl delete_queue queue_name
Fixed
- 如果不设置 ENDPOINT ,禁止从全局变量初始化
Changed
- 改动了大量结构
- 放宽程序验证限制,没有数据库环境变量仍可以继续运行
Added
- 提供统一的 OPENAPI 供插件生态使用 exp:https://github.com/LlmKira/llmbot_plugin_bilisearch
- 可下载的包序列
pip install -U llmbot
- 程序包CI
- 对 RabbitMQ 任务模组序列元信息的验证logger
Fixed
- If ENDPOINT is not set, initialisation from global variables is disabled.
Changed
- Changed a lot of structure
- Loosened program validation restrictions so that it can continue to run without database environment variables.
Added
- Provide unified OPENAPI for plugin ecology. exp:https://github.com/LlmKira/llmbot_plugin_bilisearch
- Downloadable package sequences `pip install -U llmbot
- Package CI
- Validation of RabbitMQ task module sequence meta-information logger
0.21 RabbitMQ message control/logging system
🔨 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:
# 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
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 Node Network
0.19
0.18
v1.6.9-beta ChatGpt / 3.5
fix:docs
v1.6.9-alpha ChatGpt / 3.5
fix:code style
v1.6.8-stable
Update README_ZH.md
v1.6.7-beta
Merge remote-tracking branch 'origin/main'
v1.6.7-alpha-fix-fix
fix server