nsthorat-lilac commited on
Commit
2d8cc9a
1 Parent(s): 8bf575a

Upload .env with huggingface_hub

Browse files
Files changed (1) hide show
  1. .env +50 -0
.env ADDED
@@ -0,0 +1,50 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # To overwrite these variables, create a .env.local file
2
+
3
+ # The path to the project directory. When used, this will be the global project directory for lilac.
4
+ # When not defined, define the project directory with `lilac start ./data`.
5
+ # LILAC_PROJECT_DIR=./data
6
+ # NOTE: This is deprecated in favor of LILAC_PROJECT_DIR.
7
+ # LILAC_DATA_PATH=./data
8
+
9
+ # Set to 1 for duckdb to use views instead of materialized tables (lower memory usage, but slower).
10
+ DUCKDB_USE_VIEWS=0
11
+
12
+ # Set to true to enable read-only mode, disabling the ability to add datasets & compute dataset
13
+ # signals.
14
+ # LILAC_AUTH_ENABLED=true
15
+
16
+ # Variables that can be set in .env.local
17
+ #
18
+ # Get key from https://dashboard.cohere.ai/api-keys
19
+ # COHERE_API_KEY=
20
+
21
+ # GCS_REGION=
22
+ # GCS_ACCESS_KEY=
23
+ # GCS_SECRET_KEY=
24
+
25
+ # Get key from https://platform.openai.com/account/api-keys
26
+ # OPENAI_API_KEY=
27
+ # Get key from https://makersuite.google.com/app/apikey
28
+ # PALM_API_KEY=
29
+
30
+ # HuggingFace demos: machine that uploads to HuggingFace.
31
+
32
+ # For authenticating with HuggingFace to deploy to a Space.
33
+ # HF_USERNAME=
34
+ # The default repo to deploy to for a staging demo. Can be overridden by a command line flag.
35
+ # HF_STAGING_DEMO_REPO='HF_ORG/HF_REPO_NAME'
36
+
37
+ # For Google-login. This is generated from the Google Cloud Console for a web client.
38
+ # See: https://developers.google.com/identity/protocols/oauth2
39
+ GOOGLE_CLIENT_ID='279475920249-i8llm8vbos1vj5m1qocir8narb3r0enu.apps.googleusercontent.com'
40
+ # The client secret of the above client.
41
+ # GOOGLE_CLIENT_SECRET=
42
+ # A random string for oauth sessions.
43
+ # LILAC_OAUTH_SECRET_KEY=
44
+
45
+ # LangSmith source setup.
46
+ # LANGCHAIN_API_KEY=
47
+ LANGCHAIN_ENDPOINT=https://api.smith.langchain.com
48
+
49
+ # Firebase deployment token.
50
+ # FIREBASE_TOKEN=