使用 Google PaLM API 为 Java 开发人员提供生成式 AI
Generative AI for Java Developers with Google PaLM API
- 1. Introduction
- 1. Course Introduction
- 2. AI vs. ML vs. GenAI
- 3. Google PaLM2 LLM
- 4. How Does Generative AI Generate New Content
- 2. Setup & Configuration
- 1. Setup & Configuration Overview
- 2. Installing JDK + IDE + Coding Exercise Files
- 3. Signing Up for a Google Cloud Platform (GCP) Account
- 4. Installing the gcloud CLI
- 5. Navigating the Google Cloud Console + Generative AI Studio
- 6. Enabling the Vertex AI API
- 7. Enabling the PaLM API
- 8. Creating a GCP Service Account
- 3. Prompt Engineering
- 1. What is Prompt Engineering
- 2. Prompt Design Strategies
- 3. Zero-Shot Prompting
- 4. One-Shot Prompting
- 5. Few-Shot Prompting
- 6. Testing Your Prompts with cURL
- 4. Google PaLM API Integration
- 1. Introduction to Vertex AI Google PaLM API
- 2. The Game Plan
- 3. Vertex AI REST API Integration
- 4. PaLM REST API Integration
- 5. PaLM API SDK Integration
- 6. Vertex AI SDK Integration
- 7. Creating Your Own GenAI Bot
- 5. Conclusion
- 2. Course Summary