- Xcode 15 or newer
git clone [email protected]:google/generative-ai-swift.git
open Package.swift
- Command-u to build and run the library and unit tests
open Examples/GenerativeAISample/GenerativeAISample.xcodeproj
to build and run the Examples
Before submitting a pull request, make sure to check your code against the style guide by running the following command:
$ ./scripts/style.sh