mirror of
https://github.com/DayuanJiang/next-ai-draw-io.git
synced 2026-01-02 14:22:28 +08:00
10 lines
347 B
Plaintext
10 lines
347 B
Plaintext
|
|
# 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"
|