1. Instantiate Client
1. Instantiate Client
Follow the instructions in the Quickstart Guide to setup the SGP Client
2. Create model deployment
2. Create model deployment
Follow the steps inside the recipe “Deploy and Execute a Model” to create a completion model deployment that we will use in our application
3. Create completion application
3. Create completion application
We will now use our gemini-pro completion model to create a simple completion application with the ApplicationBuilder helper.
Once the application variant is created, it can be used for evaluations, generating report cards, and other benchmarking tasks available in the SGP SDK.
The application can also be processed with an input to return a completion result.