Skip to content

Commit

Permalink
Update callbackstuffs.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ufoptg authored Feb 8, 2024
1 parent 12f80e0 commit e8fe490
Showing 1 changed file with 18 additions and 4 deletions.
22 changes: 18 additions & 4 deletions assistant/callbackstuffs.py
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,8 @@ def text_to_url(event):
[Button.inline("Remove.bg API", data="abs_rmbg")],
[Button.inline("DEEP API", data="abs_dapi")],
[Button.inline("OCR API", data="abs_oapi")],
[Button.inline("OpenAI API", data="abs_openapi")],
[Button.inline("πŸŒ€ΚŠΚ„βŠ•Φ„πŸŒ€ API", data="abs_uapi")],
[Button.inline("BARD API", data="abs_bapi")],
[Button.inline("GOOGLE API", data="abs_gapi")],
[Button.inline("Β« Back", data="setter")],
Expand All @@ -194,25 +196,37 @@ def text_to_url(event):
"dapi": {
"var": "DEEP_AI",
"name": "Deep AI Api Key",
"text": "Get Your Deep Api from deepai.org and send here.",
"text": "Get Your Deep Api from deepai.org and send here.\n\n /cancel to cancel",
"back": "cbs_apiset",
},
"oapi": {
"var": "OCR_API",
"name": "Ocr Api Key",
"text": "Get Your OCR api from ocr.space and send that Here.",
"text": "Get Your OCR api from ocr.space and send that Here.\n\n /cancel to cancel",
"back": "cbs_apiset",
},
"uapi": {
"var": "UFOPAPI",
"name": "UFoP API Key",
"text": "Contact πŸŒ€ΚŠΚ„βŠ•Φ„πŸŒ€ or Visit @PerthUnity_Bot Support Group\n\n /cancel to cancel",
"back": "cbs_apiset",
},
"openapi": {
"var": "OPENAI_API",
"name": "OPENAI API Key",
"text": "Visit openai.com for an OPENAI Api key!\n\n /cancel to cancel",
"back": "cbs_apiset",
},
"bapi": {
"var": "BARDAPI",
"name": "Bard AI Api Key",
"text": "Get Your Bard cookie/api using a browsers developer mode",
"text": "Get Your Bard cookie/api using a browsers developer mode\n\n /cancel to cancel",
"back": "cbs_apiset",
},
"gapi": {
"var": "GOOGLEAPI",
"name": "Google Api Key",
"text": "Get Your GOOGLE API from google cloud",
"text": "Get Your GOOGLE API from https://makersuite.google.com/app/apikey \n\n /cancel to cancel",
"back": "cbs_apiset",
},
"pmlgg": {
Expand Down

0 comments on commit e8fe490

Please sign in to comment.