https://github.com/nixzhu/sensei
Sensei is a Mac app based on OpenAI API.
https://github.com/nixzhu/sensei
chatgpt grdb swift-composable-architecture
Last synced: 18 days ago
JSON representation
Sensei is a Mac app based on OpenAI API.
- Host: GitHub
- URL: https://github.com/nixzhu/sensei
- Owner: nixzhu
- License: mit
- Created: 2023-04-08T10:39:07.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-05-05T01:47:59.000Z (almost 2 years ago)
- Last Synced: 2025-04-02T11:06:11.640Z (25 days ago)
- Topics: chatgpt, grdb, swift-composable-architecture
- Language: Swift
- Homepage:
- Size: 3.36 MB
- Stars: 304
- Watchers: 5
- Forks: 27
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Sensei
Sensei is a Mac app based on OpenAI API.

## Build
To build Sensei, make sure you have Xcode 14.3 installed, follow these steps:
- Clone this repository.
- Install [Tuist](https://docs.tuist.io/tutorial/get-started) if needed.
- In the repository's directory, run `make sensei bundle-id-prefix=io.tuist version=0.3.0 build=10` to fetch third-party dependencies, then generate the Xcode Project and open it. You can replace `io.tuist` with your own domain in reverse-DNS format, or specify the `version` and `build`.