EinsteinCoder commited on
Commit
10fafd9
·
verified ·
1 Parent(s): 390f2df

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -36,7 +36,8 @@ def check_api_key():
36
 
37
  @app.route("/")
38
  def home():
39
- return send_from_directory(".", "index.html")
 
40
 
41
 
42
  @app.route("/chat/completions", methods=["POST"])
 
36
 
37
  @app.route("/")
38
  def home():
39
+ # return send_from_directory(".", "index.html")
40
+ return """Flask Server running with GROQ API"""
41
 
42
 
43
  @app.route("/chat/completions", methods=["POST"])