Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -25,7 +25,6 @@ def load_model():
|
|
| 25 |
|
| 26 |
if not os.path.exists(model_path):
|
| 27 |
raise RuntimeError(f"Model not found: {model_path}")
|
| 28 |
-
)
|
| 29 |
|
| 30 |
@app.post("/v1/chat/completions")
|
| 31 |
async def chat_completions(req: ChatRequest):
|
|
|
|
| 25 |
|
| 26 |
if not os.path.exists(model_path):
|
| 27 |
raise RuntimeError(f"Model not found: {model_path}")
|
|
|
|
| 28 |
|
| 29 |
@app.post("/v1/chat/completions")
|
| 30 |
async def chat_completions(req: ChatRequest):
|