Prerequisites

Before you begin building using our SDK, ensure your environment is ready with the following components.

1

Python 3.11+

Make sure you have Python v3.11 or v3.12 installed along with pip.

2

Access to GDP Labs' Gen AI SDK repository Access to the private repository is required to run this program. If you need access, kindly submit a ticket to our DevOps team.

3

API Key for a language model provider

Contact our DevOps team to obtain an API key. Afterwards, you can set it as an environment variable. In this example, an OpenAI API key is used.

export OPENAI_API_KEY="sk-..."
4

gcloud CLI

Please refer to the installation guide. After installing, please run gcloud auth login to authorize gcloud to access the Cloud Platform with Google user credentials.

5

Access to Gen AI Google Cloud Repository

Request access to Gen AI Google Cloud repositories by submitting this form (alternatively, from your manager or team lead)

Last updated