-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathexample.env
More file actions
65 lines (47 loc) · 2.02 KB
/
Copy pathexample.env
File metadata and controls
65 lines (47 loc) · 2.02 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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
# Open AI support
OPENAI_API_KEY=FROM-OPEN-AI
# Needed to use Azure OpenAI. Note: Do not add this if you don't have access to Azure OpenAI
# as it will be used over the default OpenAI API if these keys are populated. (for now)
AZURE_OPENAI_API_KEY=FROM-AZURE
AZURE_OPENAI_ENDPOINT=https://YOURNAME.openai.azure.com/
AZURE_OPENAI_MODEL=YOURMODEL
AZURE_OPENAI_API_VERSION=2024-03-01-preview
# Needed for Claude support
#ANTHROPIC_API_KEY=FROM-ANTHROPIC
# Chat Session Manager configuration
# Zep API configuration
# Zep Cloud users should set this
ZEP_API_KEY=FROM-ZEP
# If you are using Zep CE locally use ZEP_CE_KEY and ZEP_URL
ZEP_CE_KEY=FROM_YOUR_CONFIG
ZEP_URL=http://localhost:8001
# Basic Setup
# You will want this set to LOCAL_DEV or DEVELOPMENT.
# The default value is PRODUCTION to prevent anyone from ever
# deploying to prod and having the agent think everyone was an admin.
ENVIRONMENT=LOCAL_DEV
# This is used as your used ID in Zep, the default is "default"
# But this is hear to make sure you're paying attention. (Hi Hayden)
CLI_CHAT_USER_ID=Taytay
# Set this to a folder for the DALL-E-3 to save images to and it will save them there instead of generating a link
DALLE_IMAGE_SAVE_FOLDER=some/folder
# Advanced
ROOT_MESSAGE_ROLE=developer # uncomment this if using a model other than GPT-4o that uses a different root message name from 'system'
# Output enhanced debug information
ENHANCED_DEBUG_INFO=False
# API keys for various services consumed by tools.
# SERPAPI_API_KEY for using google_search_results package
# SERPAPI_API_KEY=
# SEC_API Key for accessing SEC filings via sec-api.io
# SEC_API_KEY=
# Tavili API Key for using the tavili package
# TAVILI_API_KEY=tavilyapikey
# NewsAPI Key for using the https://newsapi.org
#NEWSAPI_API_KEY=newsapikey
# For Salesforce Tool
# to get token, click on your profile picture, settings, reset my security token, and click the reset security token button
# new security token will be emailed to you
SALESFORCE_USERID=
SALESFORCE_PASSWORD=
SALESFORCE_SECURITY_TOKEN=
SALESFORCE_DOMAIN=