vaishnaveswar commited on
Commit
164c4cf
·
verified ·
1 Parent(s): f8aafda

Create .env

Browse files
Files changed (1) hide show
  1. .env +6 -0
.env ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ GOOGLE_API_KEY=""
2
+ USER_AGENT="myagent"
3
+
4
+ # Suppress logging warnings
5
+ GRPC_VERBOSITY = "ERROR" # Limits gRPC logs to errors only.
6
+ GLOG_minloglevel ="2" # Limits Google logging (used by Abseil) to errors only.