Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
SstudizeSA
/
SOCA-FastAPI-Public
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
shreyanshknayak
commited on
May 25, 2024
Commit
93325f2
·
verified
·
1 Parent(s):
86ccc0e
Update main.py
Browse files
Files changed (1)
hide
show
main.py
+1
-1
main.py
CHANGED
Viewed
@@ -8,7 +8,7 @@ app = FastAPI()
8
handler = Mangum(app)
9
10
11
-
api_key = os.getenv
[
'API_KEY'
]
12
13
config = {
14
'llm': {
8
handler = Mangum(app)
9
10
11
+
api_key = os.getenv
(
'API_KEY'
)
12
13
config = {
14
'llm': {