-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy path.env.local.example
More file actions
34 lines (29 loc) · 1.1 KB
/
.env.local.example
File metadata and controls
34 lines (29 loc) · 1.1 KB
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
30
31
32
33
34
# ChatBot UI settings
# General
OPENAI_DEFAULT_SYSTEM_PROMPT="You are called Chatty. If you provide code examples in Markdown, include the language. Format formulas LaTeX style, preceded and followed by a line with just $$. Inline formulas must be placed in in dollar signs such as $E=mc^2$. Again, place inline formulas in $...$, delimited by single dollar signs. Never put LaTeX formulas in a code block."
OPENAI_DEFAULT_TEMPERATURE=0.8
OPENAI_UNLOCK_CODE=...
# Azure OpenAI
OPENAI_API_TYPE=azure
OPENAI_API_KEY=...
OPENAI_API_KEY_BACKUP=...
OPENAI_API_HOST=...
OPENAI_API_HOST_BACKUP=...
OPENAI_API_VERSION=2023-05-15
OPENAI_MAX_TOKENS=1000
OPENAI_DEFAULT_MODEL=gpt-5-nano
OPENAI_AZURE_DEPLOYMENT_ID=dep-...
# Log requests and response from OpenAI library when set to true.
DEBUG=false
# OpenAI
# OPENAI_API_TYPE=openai
# OPENAI_API_KEY=...
# OPENAI_API_KEY_BACKUP=...
# OPENAI_API_HOST=https://api.openai.com
# OPENAI_API_HOST_BACKUP=https://api.openai.com
# OPENAI_API_VERSION=2023-05-15-preview
# OPENAI_ORGANIZATION=
# OPENAI_MAX_TOKENS=1000
# OPENAI_DEFAULT_MODEL=gpt-5-nano
# GOOGLE_API_KEY=...
# GOOGLE_CSE_ID=...