win4r / AISuperDomain

Aila(AI超元域): The premier AI integration tool for Windows, macOS, and Android. Ask once, get answers from 10+ AIs like ChatGPT, Gemini, Claude3, Copilot, Poe, perplexity and more. Features customizable AI and prompts.
https://www.youtube.com/@AIsuperdomain
MIT License
485 stars 74 forks source link

How can I get the "Script" of every AI #11

Closed Pythonpa closed 3 months ago

Pythonpa commented 3 months ago

Thank you for your great work. Could you tell me how to get the "Script" of each AI?

win4r commented 3 months ago

You can start by locating the input box for AI, then use the browser's devtool to inspect the HTML of the input box element. Send the HTML to ChatGPT, and ask ChatGPT to write a generic script for you.

Screenshot 2024-03-11 at 12 11 34 PM

You can refer to the steps and methods I used to ask ChatGPT, as shared in the link to our conversation. This step is based on the input box of POE AI, allowing ChatGPT to provide a correct and usable script. https://chat.openai.com/share/e/aa565551-3e3f-4854-ae4b-75e652aa8d11

Pythonpa commented 3 months ago

Got it,thank you,best wishes to you.