-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.env.dist
More file actions
29 lines (20 loc) · 623 Bytes
/
.env.dist
File metadata and controls
29 lines (20 loc) · 623 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
## App
APP_PORT=3004
# Token and Secret
JWT_SECRET=""
BROWSER_EXTENSION_SECRET=""
JWT_TOKEN_EXPIRY_TIME="3h"
## Mistral AI
MISTRAL_AI_API_ENABLED=true
MISTRAL_AI_API_KEY=""
MISTRAL_AI_MODEL="mistral-large-latest,mistral-small-latest,mistral-medium-latest"
# OpenAI API - API Key available at https://platform.openai.com/account/api-keys #
OPEN_AI_API_ENABLED=true
OPEN_AI_API_KEY=""
OPEN_AI_MODEL="gpt-4o-mini"
## Claude AI (Anthropic)
CLAUDE_AI_API_ENABLED=true
CLAUDE_AI_API_KEY=""
CLAUDE_AI_MODEL="claude-3-opus-20240229,claude-3-sonnet-20240229,claude-3-haiku-20240307"
# Lemonsqueezy
LEMON_SQUEEZY_API_KEY=""