forked from tisfeng/Easydict
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: rewrite OpenAI service with Swift (tisfeng#473)
* docs: update sponsor list * refactor: rewrite OpenAI service with Swift * perf: move swift services to swift file group * perf: remove all #import "Easydict-Swift.h", since it has been added to pch file * refactor: replace hardcode apikey with plist apikey * perf: improve file structure and naming * perf: remove unused var defaultModel * fix: try to fix ci error * fix: custom OpenAI service cannot directly inherit from OpenAI tisfeng#473 * perf: replace UserDefaults with Defaults * perf: remove deprecated key EZOpenAIDomainKey * perf: remove reverted EZTableTipsCell files * docs: remove EZOpenAIDomainKey * chore: update issue templates * Update Easydict/Swift/Service/OpenAI/BaseOpenAIService.swift Co-authored-by: Phillip Song <[email protected]> * perf: replace EZOpenAIService with EZBaseOpenAIService * Update Easydict/objc/ViewController/View/ResultView/EZResultView.m Co-authored-by: Phillip Song <[email protected]> * Update Easydict/objc/ViewController/View/ResultView/EZResultView.m Co-authored-by: Phillip Song <[email protected]> --------- Co-authored-by: Phillip Song <[email protected]>
- Loading branch information
Showing
460 changed files
with
1,180 additions
and
1,560 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
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
This file was deleted.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
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
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
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
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
File renamed without changes.
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
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
27 changes: 0 additions & 27 deletions
27
Easydict/Feature/Service/OpenAI/EZOpenAILikeService+EZPromptMessages.h
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.