Skip to content

Instantly share code, notes, and snippets.

View wilderlopes's full-sized avatar
👹

Wilder Lopes wilderlopes

👹
View GitHub Profile
@wilderlopes
wilderlopes / hello_world_gemini_pro.py
Last active May 5, 2024 03:33
Hello World for Google Gemini Pro
import os
import google.generativeai as genai
# GOOGLE API KEY
# 1. Create one at https://aistudio.google.com/app/apikey
# 2. In your terminal, do `export GOOGLE_API_KEY = 'YOUR_KEY'`
GOOGLE_API_KEY = os.getenv('GOOGLE_API_KEY')
# List all models available
@wilderlopes
wilderlopes / 30s-terminal-tools.md
Last active April 23, 2024 18:12
List of terminal-based developer tools that deliver value in 30 seconds