-
Powered by OpenAI API
The AI Grammar app’s core functionality uses the Chat Completions API by OpenAI with the GPT3.5 Turbo model.
-
Organized Networking Code
The AI Grammar app communicates with OpenAI API servers using efficient and scalable networking practices which you can reuse on any project.
-
Built with Swift Concurrency
Leverages structured concurrency to make any asynchronous and concurrent networking code easy to read and understand.