huedaya commited on
Commit
0489a11
·
verified ·
1 Parent(s): 722d8dd

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -61,7 +61,7 @@ async def root():
61
  return {"status": "ok"}
62
 
63
 
64
- @app.post("/generate/")
65
  async def generate_text(item: Item, token: Annotated[str, Depends(oauth2_scheme)]):
66
  # Reject if not authenticated
67
  apiKey = os.environ.get("API_KEY")
 
61
  return {"status": "ok"}
62
 
63
 
64
+ @app.post("/generate")
65
  async def generate_text(item: Item, token: Annotated[str, Depends(oauth2_scheme)]):
66
  # Reject if not authenticated
67
  apiKey = os.environ.get("API_KEY")