Spaces:
Running
Running
Upload main.py
Browse files
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(
|