wilson989 commited on
Commit
1d61a3b
·
1 Parent(s): 774b029

Update app1.py

Browse files
Files changed (1) hide show
  1. app1.py +2 -0
app1.py CHANGED
@@ -31,6 +31,8 @@ app.add_middleware(
31
  LOG = logging.getLogger(__name__)
32
 
33
 
 
 
34
  @app.post("/chat/completions")
35
  @app.post("/v1/chat/completions")
36
  @app.post("/")
 
31
  LOG = logging.getLogger(__name__)
32
 
33
 
34
+ @app.post("/v1/files")
35
+ @app.post("/v1/chat/completions/files")
36
  @app.post("/chat/completions")
37
  @app.post("/v1/chat/completions")
38
  @app.post("/")