EinsteinCoder
commited on
Update app.py
Browse files
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"])
|