ParthSadaria commited on
Commit
bc88cec
·
verified ·
1 Parent(s): 757b439

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -338,7 +338,7 @@ async def startup_event():
338
  print("API endpoints:")
339
  print("GET /")
340
  print("GET /models")
341
- print("GET /searchgpt") # We now have the new search API
342
  print("POST /chat/completions")
343
  print("GET /images/generations")
344
 
 
338
  print("API endpoints:")
339
  print("GET /")
340
  print("GET /models")
341
+ print("GET /searchgpt")
342
  print("POST /chat/completions")
343
  print("GET /images/generations")
344