docs: update README and add env.example for API key configuration

This commit is contained in:
dayuan.jiang
2025-11-10 19:52:08 +09:00
parent 61aa0937d6
commit 34de984fb8
2 changed files with 16 additions and 6 deletions

9
env.example Normal file
View File

@@ -0,0 +1,9 @@
# add the needed api
GOOGLE_GENERATIVE_AI_API_KEY="your-google-api-key-here"
OPENAI_API_KEY="your-openai-api-key-here"
PERSONAL_ACCESS_TOKEN="your-github-personal-access-token-here"
AWS_ACCESS_KEY_ID=your-aws-access-key-id
AWS_SECRET_ACCESS_KEY=your-aws-secret-access-key
AWS_REGION=your-region
OPENROUTER_API_KEY="your-openrouter-api-key-here"