Replace ChatGPT with Google Gemini

This commit is contained in:
2025-10-29 21:57:07 +09:00
parent c39b41a21f
commit 8f38bc82a0
9 changed files with 182 additions and 145 deletions

View File

@@ -1,12 +1,13 @@
# OpenAI API Configuration
OPENAI_API_KEY=your_openai_api_key_here
# Google Gemini API Configuration
# Get your free API key from: https://aistudio.google.com/app/apikey
GEMINI_API_KEY=your_gemini_api_key_here
# Twitter API Configuration (OAuth 2.0)
# Twitter API Configuration (OAuth 1.0a)
# Get your credentials from Twitter Developer Portal: https://developer.twitter.com/
TWITTER_API_KEY=your_twitter_api_key_here
TWITTER_API_SECRET=your_twitter_api_secret_here
TWITTER_ACCESS_TOKEN=your_twitter_access_token_here
TWITTER_ACCESS_TOKEN_SECRET=your_twitter_access_token_secret_here
TWITTER_BEARER_TOKEN=your_twitter_bearer_token_here
# Tweet Generation Configuration
TWEET_PROMPT=Write a short, engaging tweet about technology trends