-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
6 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |