v1.3.0
This commit is contained in:
parent
dfa0c5b361
commit
af5d54f1ce
2 changed files with 5 additions and 2 deletions
|
@ -1,4 +1,7 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
## v1.3.0
|
||||||
|
- Fix localai v2.0+ image generation
|
||||||
|
- Support specific output image format(jpeg, png) and size
|
||||||
|
|
||||||
## v1.2.0
|
## v1.2.0
|
||||||
- support sending typing state
|
- support sending typing state
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
"email": "bot@hibobmaster.com",
|
"email": "bot@hibobmaster.com",
|
||||||
"username": "@bot",
|
"username": "@bot",
|
||||||
"password": "SfBKY%K7*e&a%ZX$3g@Am&jQ",
|
"password": "SfBKY%K7*e&a%ZX$3g@Am&jQ",
|
||||||
"port": "8065",
|
"port": 8065,
|
||||||
"scheme": "http",
|
"scheme": "http",
|
||||||
"openai_api_key": "xxxxxxxxxxxxxxxxxxxxxxxx",
|
"openai_api_key": "xxxxxxxxxxxxxxxxxxxxxxxx",
|
||||||
"gpt_api_endpoint": "https://api.openai.com/v1/chat/completions",
|
"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_endpoint": "http://localai:8080/v1/images/generations",
|
||||||
"image_generation_backend": "localai",
|
"image_generation_backend": "localai",
|
||||||
"image_generation_size": "512x512",
|
"image_generation_size": "512x512",
|
||||||
"image_format": "webp",
|
"image_format": "jpeg",
|
||||||
"timeout": 120.0
|
"timeout": 120.0
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue