randydev commited on
Commit
f83ab7b
1 Parent(s): a95b71c

Upload main.py

Browse files
Files changed (1) hide show
  1. main.py +0 -6
main.py CHANGED
@@ -671,12 +671,6 @@ def chatgpt4_turbo(
671
  model=item.model,
672
  is_stream=item.is_stream
673
  )
674
- if item.model == "gpt-5":
675
- return SuccessResponse(status="False", randydev={"message": "Coming Soon in 2024"})
676
- elif item.model == "gpt-5-turbo":
677
- return SuccessResponse(status="False", randydev={"message": "Coming Soon in 2024"})
678
- elif item.model == "gpt-5-plus":
679
- return SuccessResponse(status="False", randydev={"message": "Coming Soon in 2024"})
680
  answer = response[0]
681
  continue_chat = response[1]
682
  return SuccessResponse(
 
671
  model=item.model,
672
  is_stream=item.is_stream
673
  )
 
 
 
 
 
 
674
  answer = response[0]
675
  continue_chat = response[1]
676
  return SuccessResponse(