Create LINE OA 2. Enable LINE Messaging API 3. Build LINE chatbot with LINE bot SDK python 4. Introduction to Gemini API 5. Connecting Gemini with LINE Chatbot 6. Q&A
https://manager.line.biz/ LINE OA Developer - https://developers.line.biz/ LINK: https://codelab.line.me/codelabs/chatbot-x-gemini/index.html#1 LINK: https://github.com/punsiriboo/line-x-gemini-python/tree/main/00-create-line-chatbot
NotebookLM Gemini in Workspace Slide, Meet, Gmail Gemini for Google Cloud BigQuery, Logging, Looker Studio, Cloud Billing Google AI Studio Vertex AI Studio Vertex AI API UI (User Interface) API SDK
Current: Python, Go, Java ◦ Future: JavaScript pip install google-genai from google import genai # Gemini Developer API client = genai.Client(api_key="YOUR_API_KEY") # Vertex AI API client = genai.Client( vertexai=True, project="your-project-id", location="us-central1", ) Google Gen AI SDK