Ufoptg SoulofSukuna commited on
Commit
dd288d1
·
verified ·
1 Parent(s): 3642d8b

Update main.py (#3)

Browse files

- Update main.py (cc8dc169334dd962dfd1cc505474d9feee1706b8)


Co-authored-by: True Saiyan <[email protected]>

Files changed (1) hide show
  1. main.py +2 -2
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
- owner_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.
 
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.