DevsDoCode commited on
Commit
10417b0
·
verified ·
1 Parent(s): 2d36cc2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -50,7 +50,7 @@ def requires_api_key(func):
50
  def index():
51
  return 'Hello, World!'
52
 
53
- @app.route('/v1/chat/completions', methods=['POST', 'GET'])
54
  @requires_api_key
55
  def chat_completions(api_key):
56
  return jsonify({'detail': "YOUUUUUUUUUU"}), 500
 
50
  def index():
51
  return 'Hello, World!'
52
 
53
+ @app.route('/vv1/chat/completions', methods=['POST', 'GET'])
54
  @requires_api_key
55
  def chat_completions(api_key):
56
  return jsonify({'detail': "YOUUUUUUUUUU"}), 500