wilson989 commited on
Commit
42d69a3
·
1 Parent(s): 1d61a3b

Update app1.py

Browse files
Files changed (1) hide show
  1. app1.py +0 -3
app1.py CHANGED
@@ -30,9 +30,6 @@ app.add_middleware(
30
  )
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("/")
 
30
  )
31
  LOG = logging.getLogger(__name__)
32
 
 
 
 
33
  @app.post("/chat/completions")
34
  @app.post("/v1/chat/completions")
35
  @app.post("/")