Diamanta commited on
Commit
362b5db
·
verified ·
1 Parent(s): ddfcea6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
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):