Added creativity to ISettings#300
Conversation
|
Important Review skippedAuto reviews are disabled on this repository. To trigger a review, include ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Plus Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches✨ Simplify code
Comment |
There was a problem hiding this comment.
Pull request overview
Adds a new optional creativity setting to the shared ISettings dataclass, extending the set of request options that can be serialized and sent as part of inference payloads.
Changes:
- Added
creativity: Optional[str] = NonetoISettingsinrunware/types.py.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Added
ISettingsnow includes:creativity: Optional[str]