Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
vaishnaveswar
/
AIVIZ-BOT
like
3
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
vaishnaveswar
commited on
Apr 2
Commit
164c4cf
·
verified
·
1 Parent(s):
f8aafda
Create .env
Browse files
Files changed (1)
hide
show
.env
+6
-0
.env
ADDED
Viewed
@@ -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.