Skip to content

Commit

Permalink
v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hibobmaster committed Dec 23, 2023
1 parent dfa0c5b commit af5d54f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions full-config.json.example
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"email": "[email protected]",
"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",
Expand All @@ -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
}

0 comments on commit af5d54f

Please sign in to comment.