This commit is contained in:
hibobmaster 2023-12-23 22:37:36 +08:00
parent dfa0c5b361
commit af5d54f1ce
Signed by: bobmaster
SSH key fingerprint: SHA256:5ZYgd8fg+PcNZNy4SzcSKu5JtqZyBF8kUhY7/k2viDk
2 changed files with 5 additions and 2 deletions

View file

@ -1,4 +1,7 @@
# Changelog
## v1.3.0
- Fix localai v2.0+ image generation
- Support specific output image format(jpeg, png) and size
## v1.2.0
- support sending typing state

View file

@ -3,7 +3,7 @@
"email": "bot@hibobmaster.com",
"username": "@bot",
"password": "SfBKY%K7*e&a%ZX$3g@Am&jQ",
"port": "8065",
"port": 8065,
"scheme": "http",
"openai_api_key": "xxxxxxxxxxxxxxxxxxxxxxxx",
"gpt_api_endpoint": "https://api.openai.com/v1/chat/completions",
@ -18,6 +18,6 @@
"image_generation_endpoint": "http://localai:8080/v1/images/generations",
"image_generation_backend": "localai",
"image_generation_size": "512x512",
"image_format": "webp",
"image_format": "jpeg",
"timeout": 120.0
}