Prerequisites
Before you begin building using our SDK, ensure your environment is ready with the following components.
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.
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-..."$env:OPENAI_API_KEY = "sk-..."set OPENAI_API_KEY="sk-..."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.
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