-
Notifications
You must be signed in to change notification settings - Fork 591
Expand file tree
/
Copy path.env.example
More file actions
30 lines (24 loc) · 737 Bytes
/
.env.example
File metadata and controls
30 lines (24 loc) · 737 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
#LLM/AWS config
OPENAI_API_KEY=xx
AWS_ACCESS_KEY_ID=xx
AWS_SECRET_ACCESS_KEY=xx
AWS_REGION_NAME=xx
GPT_MODEL=gpt-3.5-turbo-0613
HUGGGINGFACE_API_KEY=xx
#Agent setup
USE_TOOLS_IN_API=True
CONFIG_PATH=examples/example_agent_setup.json
PRODUCT_CATALOG=examples/sample_product_catalog.txt
PRODUCT_PRICE_MAPPING=examples/example_product_price_id_mapping.json
#Gmail API config for sending emails
GMAIL_APP_PASSWORD=xx
GMAIL_MAIL=yy
#Stripe config for payments
STRIPE_API_KEY=xx
PAYMENT_GATEWAY_URL=https://agent-payments-gateway.vercel.app/payment
#Calendly config for scheduling meetings
CALENDLY_API_KEY=xx
CALENDLY_EVENT_UUID=yy
#Enable local api startup
NEXT_PUBLIC_API_URL=http://localhost:8000
NEXT_PUBLIC_ENVIRONMENT=development