Prerequisites
Before you begin building, ensure your environment is ready with the following components.
1
2
Access to GDP Labs' Gen AI SDK repository Access to the repository is required to run this program. If you need access, kindly submit a ticket to the DSO team.
3
API Key for the Language Model Provider
Seefor more information. Afterwards, export the API key as follows. 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.
Last updated