Spaces:
Running
Running
Upload main.py
Browse files
main.py
CHANGED
@@ -677,9 +677,9 @@ def chatgpt4_turbo(
|
|
677 |
content = token["choices"][0]["delta"].get("content")
|
678 |
if content is not None:
|
679 |
return SuccessResponse(
|
680 |
-
|
681 |
-
|
682 |
-
|
683 |
|
684 |
@app.post("/ryuzaki/google-ai", response_model=SuccessResponse, responses={422: {"model": ErrorStatus}})
|
685 |
def v1beta3_google_ai(
|
|
|
677 |
content = token["choices"][0]["delta"].get("content")
|
678 |
if content is not None:
|
679 |
return SuccessResponse(
|
680 |
+
status="True",
|
681 |
+
randydev={"message": content}
|
682 |
+
)
|
683 |
|
684 |
@app.post("/ryuzaki/google-ai", response_model=SuccessResponse, responses={422: {"model": ErrorStatus}})
|
685 |
def v1beta3_google_ai(
|