File tree 1 file changed +6
-12
lines changed
1 file changed +6
-12
lines changed Original file line number Diff line number Diff line change 1
- # OpenAI API Key - Head to https://platform.openai.com/account/api-keys to get your API key
2
- # OPENAI_API_KEY=your-openai-api-key
3
- # Google Cloud API Key - Head to https://console.cloud.google.com/apis/credentials to get your API key
4
- # GOOGLE_API_KEY=your-google-api-key
5
- # OpenRouter API Key - Head to https://openrouter.io/ to get your API key
6
- # OPENROUTER_API_KEY=your-openrouter-api-key
7
- # Mistral API Key - Head to https://mistral.ai/ to get your API key
8
- # MISTRAL_API_KEY=your-mistral-api-key
9
- # GROQ API Key - Head to https://groq.com/ to get your API key
10
- # GROQ_API_KEY=your-groq-api-key
11
- # Custom Port for the AI Server
12
- PORT = 5005
1
+ OPENAI_API_KEY = your-openai-api-key
2
+ GOOGLE_API_KEY = your-google-api-key
3
+ OPENROUTER_API_KEY = your-openrouter-api-key
4
+ MISTRAL_API_KEY = your-mistral-api-key
5
+ GROQ_API_KEY = your-groq-api-key
6
+ PORT = 5005
You can’t perform that action at this time.
0 commit comments