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