sreepathi-ravikumar commited on
Commit
ad22084
·
verified ·
1 Parent(s): 3ada746

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -5,7 +5,7 @@ import os, json, httpx
5
  app = Flask(__name__)
6
  CORS(app)
7
 
8
- OPENROUTER_API_KEY = os.getenv("OPENROUTER_API_NEW")
9
 
10
  @app.get("/health")
11
  def health():
 
5
  app = Flask(__name__)
6
  CORS(app)
7
 
8
+ OPENROUTER_API_KEY = os.getenv("API_KEYS")
9
 
10
  @app.get("/health")
11
  def health():