Skip to content

Commit 1caa452

Browse files
committed
Simpler example.env
1 parent fc30a47 commit 1caa452

File tree

1 file changed

+6
-12
lines changed

1 file changed

+6
-12
lines changed

example.env

+6-12
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,6 @@
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

0 commit comments

Comments
 (0)