Skip to content

Bootstrap apps to build OpenAI-based experiences on iOS

Notifications You must be signed in to change notification settings

lzell/AIProxyBootstrap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Starter apps for AIProxy

OpenAI sample apps that have AIProxy already included (requires an AIProxy key to build and run). Each app uses the SwiftOpenAI community package to implement API calls.

Instructions to build and run

  1. Watch the AIProxy integration video
  2. Replace the constants in AppConstants.swift files with the snippet you receive from the AIProxy dashboard in step 1
  3. Change the bundler identifier of the sample app to match the App ID you created in step 1

Sample apps

  • Chat - A basic chat application and interface. Includes streaming responses and ability to stop stream.
  • Image Classifier - An image classification app that identifies plants and provides a link to Wikipedia.
  • Transriber - An app that transcribes audio recorded using the device microphone.
  • Translator - A simple English to Spanish translation app with text to speech.
  • Trivia Game - A trivia game that uses GPT to generate multiple choice questions from a JSON response.
  • Stickers - An app that turns a prompt into a kawaii style sticker and extracts the foreground/background using Vision.

About

Bootstrap apps to build OpenAI-based experiences on iOS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages