Skip to content

Commit

Permalink
testing
Browse files Browse the repository at this point in the history
  • Loading branch information
mohammed-saalim committed May 7, 2024
1 parent d51f234 commit 9c6e411
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions app.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,12 @@ def evaluate_similarity(reference_answer, candidate_answer):

return completion_text



@app.route('/', methods=['GET'])
def index():
return jsonify(message='Welcome to Interview AI!')

@app.route('/evaluate', methods=['POST'])
def evaluate():
try:
Expand Down

0 comments on commit 9c6e411

Please sign in to comment.