Skip to content

Commit

Permalink
Simpler example.env
Browse files Browse the repository at this point in the history
  • Loading branch information
Layoric committed Oct 17, 2024
1 parent fc30a47 commit 1caa452
Showing 1 changed file with 6 additions and 12 deletions.
18 changes: 6 additions & 12 deletions example.env
Original file line number Diff line number Diff line change
@@ -1,12 +1,6 @@
# OpenAI API Key - Head to https://platform.openai.com/account/api-keys to get your API key
# OPENAI_API_KEY=your-openai-api-key
# Google Cloud API Key - Head to https://console.cloud.google.com/apis/credentials to get your API key
# GOOGLE_API_KEY=your-google-api-key
# OpenRouter API Key - Head to https://openrouter.io/ to get your API key
# OPENROUTER_API_KEY=your-openrouter-api-key
# Mistral API Key - Head to https://mistral.ai/ to get your API key
# MISTRAL_API_KEY=your-mistral-api-key
# GROQ API Key - Head to https://groq.com/ to get your API key
# GROQ_API_KEY=your-groq-api-key
# Custom Port for the AI Server
PORT=5005
OPENAI_API_KEY=your-openai-api-key
GOOGLE_API_KEY=your-google-api-key
OPENROUTER_API_KEY=your-openrouter-api-key
MISTRAL_API_KEY=your-mistral-api-key
GROQ_API_KEY=your-groq-api-key
PORT=5005

0 comments on commit 1caa452

Please sign in to comment.