Update app1.py
Browse files
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("/")
|