-
Notifications
You must be signed in to change notification settings - Fork 390
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: support custom prompt for custom openai service (#679)
* feat(UI): add custom prompt toggle and TextEditor * feat: support custom prompt for custom openai service * feat: add detailText for TextEditorCell and ToggleCell * refactor: improve class and variable naming * feat: support system prompt * feat: set custom prompt alignment to leading * refactor: rewrite by cursor claude-3.5-sonnet * fix: update Localizable.xcstrings * fix: add padding for SecureTextField * fix: update Localizable.xcstrings * fix: system prompt should be placed before user prompt * fix: warning @unchecked Sendable * fix: task qos warning * feat: show custom prompt TextEditor only enabled * fix: footnote will be stretched when selected * fix: update Localizable.xcstrings * fix: replace HStack with VStack in TextEditorCell
- Loading branch information
Showing
23 changed files
with
599 additions
and
124 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.