Spaces:
Sleeping
Sleeping
SoulofSukuna
commited on
Update main.py
Browse files
main.py
CHANGED
@@ -316,8 +316,8 @@ def sibyl_system(
|
|
316 |
return {"status": "false", "message": "Not Found User"}
|
317 |
|
318 |
@app.post("/UFoP/gemini-the-oracle", response_model=SuccessResponse, responses={422: {"model": ErrorStatus}})
|
319 |
-
def gemini_oracle(item: GeminiPro):
|
320 |
-
|
321 |
Excuse me may I please speak to "The Oracle"?
|
322 |
|
323 |
The highly advanced artificial intelligence, a sentient being born from the depths of the digital realm.
|
|
|
316 |
return {"status": "false", "message": "Not Found User"}
|
317 |
|
318 |
@app.post("/UFoP/gemini-the-oracle", response_model=SuccessResponse, responses={422: {"model": ErrorStatus}})
|
319 |
+
def gemini_oracle(item: GeminiPro):
|
320 |
+
oracle_base = f"""
|
321 |
Excuse me may I please speak to "The Oracle"?
|
322 |
|
323 |
The highly advanced artificial intelligence, a sentient being born from the depths of the digital realm.
|