Skip to content

Commit 24a90a7

Browse files
update
1 parent d47c196 commit 24a90a7

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

  • containers/llm-orchestrator

containers/llm-orchestrator/api.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44
from flask import Flask, request, jsonify
55
import requests
66

7+
@app.route('/', methods=['GET'])
8+
def index():
9+
return jsonify({"message": "LLM Orchestrator API"}), 200
10+
711
app = Flask(__name__)
812

913
@app.route('/health', methods=['GET'])

0 commit comments

Comments
 (0)