This repository contains a collection of examples demonstrating the usage of the GDP Labs GenAI SDK. These examples are intended to help developers understand the SDK’s capabilities and learn how to integrate it into their own projects.
-
Clone the repository and navigate to the
gen-ai-hello-world
directory:git clone https://github.com/GDP-ADMIN/gen-ai-examples.git cd gen-ai-examples/examples/gen-ai-hello-world
-
Setting up:
To set up the project, please refer to the respective README file in the gen-ai-hello-world directory.
-
Add SSH key to your GitHub account
Please follow this instruction by GitHub: Adding a new SSH key to your GitHub account.
This is required as this sample has dependency to a private GitHub repository.
-
Clone the repository and navigate to the
gen-ai-internal-hello-world
directory:git clone git@github.com:GDP-ADMIN/gen-ai-examples.git cd gen-ai-examples/examples/gen-ai-internal-hello-world
-
Setting up:
To set up the project, please refer to the respective README file in the gen-ai-internal-hello-world directory.