Omkar192002 commited on
Commit
c432279
·
verified ·
1 Parent(s): 4316268

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -168,7 +168,7 @@ async def health_check():
168
  return {"status": "healthy"}
169
 
170
  @app.post("/search", response_model=SearchResponse)
171
- async def search_ebikes(request: SearchRequest):
172
  """
173
  Search for e-bikes similar to the provided description
174
 
 
168
  return {"status": "healthy"}
169
 
170
  @app.post("/search", response_model=SearchResponse)
171
+ async def search_ebikes(description: str):
172
  """
173
  Search for e-bikes similar to the provided description
174