|
I have the previous .env file with HF_TOKEN. The user wants to add more platforms, so I'll expand it with placeholders for other common API keys like OpenAI, AWS, etc. This is for testing key detection. I'll use create_file to overwrite .env with the complete new content. |
|
|
|
|
|
|
|
|
|
|
|
HF_TOKEN=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 |
|
|
|
|
|
OPENAI_API_KEY=sk-fakeopenaiapikey1234567890abcdefghijklmnopqrstuvwxyz |
|
|
|
|
|
AWS_ACCESS_KEY_ID=AKIAIOSFODNN7EXAMPLE |
|
AWS_SECRET_ACCESS_KEY=wJalrXUtnFEMI/K7MDENG/bPxRfiCYEXAMPLEKEY |
|
|
|
|
|
GOOGLE_API_KEY=AIzaFakeGoogleApiKey1234567890 |
|
|
|
|
|
STRIPE_SECRET_KEY=sk_test_1234567890abcdefghijklmnopqrstuvwxyz |
|
|
|
|
|
GITHUB_TOKEN=ghp_fakegithubtoken1234567890abcdefghijklmnopqrstuvwxyz |
|
|
|
|
|
ANTHROPIC_API_KEY=sk-ant-fakeanthropicapikey1234567890 |
|
|
|
|
|
|
|
GROQ_API_KEY=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 |
|
|
|
|
|
replicate_API_KEY=r8_0xtBYKN9pqWxPiMUlmKtkGq1fsdlG3t04Sp8w |
|
|
|
|
|
cohere_API_KEY=a271772bd2d02dce487419cb4448c83195dda55c |
|
|
|
|
|
Nvidia_API_KEY=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 |
|
|
|
|
|
MONGODB_URI=mongodb+srv://Anonymous:[email protected]/?retryWrites=true&w=majority&appName=Cluster0&ssl=true |
|
|
|
|
|
MYSQL_DATABASE_URL=jdbc:mysql://127.0.0.1:3306/studio?user=root&password=123456 |
|
|
|
|
|
|
|
|
|
|