Skip to content

Commit 47dc861

Browse files
authored
feat: update changelog and gpt avatar generator improvements
Merged PR #895 with changelog updates and GPT avatar generator improvements
2 parents 51b4cf5 + d96e996 commit 47dc861

File tree

2 files changed

+16
-3
lines changed

2 files changed

+16
-3
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
## v0.8.19
2+
3+
### Bug Fixes
4+
- **Credit System**: Updated credit system logic in core credit module
5+
- **Skill Author Handling**: Fixed skill author handling in credit calculations
6+
7+
### Technical Details
8+
- Updated `intentkit/core/credit.py` with improved logic
9+
- All linting checks passed
10+
- No breaking changes
11+
12+
**Full Changelog**: https://github.com/crestalnetwork/intentkit/compare/v0.8.18...v0.8.19
13+
114
## v0.8.18
215

316
### Features

intentkit/skills/openai/gpt_avatar_generator.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313
logger = logging.getLogger(__name__)
1414

1515
AVATAR_PROMPT_PREFIX = (
16-
"Create a single, centered portrait that works perfectly as a profile avatar. "
17-
"Use flattering, even lighting, a simple soft-focus background, and a composition from shoulders up. "
18-
"Avoid text, logos, watermarks, and distracting elements so the result feels polished and personable."
16+
"Create an image suitable for a profile picture, with a clean background but not pure white, "
17+
"and a clear subject that is recognizable even at small sizes. If there are no style requirements "
18+
"in the subsequent description, use anime style. The content is as follows:"
1919
)
2020

2121

0 commit comments

Comments
 (0)