shreyanshknayak commited on
Commit
93325f2
·
verified ·
1 Parent(s): 86ccc0e

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -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': {