Skip to content

nixzhu/Sensei

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sensei

Sensei is a Mac app based on OpenAI API.

Screenshot

Build

To build Sensei, make sure you have Xcode 14.3 installed, follow these steps:

  • Clone this repository.
  • Install Tuist 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.

Releases

No releases published