Update app.py
Browse files
app.py
CHANGED
@@ -8,7 +8,7 @@ app = Flask(__name__)
|
|
8 |
|
9 |
@app.route('/')
|
10 |
def index():
|
11 |
-
return "
|
12 |
|
13 |
@app.route('/ai/v1/chat/completions', methods=['POST'])
|
14 |
def handle_request():
|
|
|
8 |
|
9 |
@app.route('/')
|
10 |
def index():
|
11 |
+
return "text to image with siliconflow", 200
|
12 |
|
13 |
@app.route('/ai/v1/chat/completions', methods=['POST'])
|
14 |
def handle_request():
|