Skip to content

AtomicGamer9523/MatAutoAnswer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mat's Auto Answer Multi-tool

Tool for automatically answering questions

How to use ?

Go to matveit.dev/MatAutoAnswer, and drag the bookmark into your bookmarks bar. Click on it to start. Make sure to check the Q&A for more info.

Keybinds:

  • CTRL + ALT + ?: Opens up the settings, this is where you can select the Model to use, as well as the API key for it.
  • ALT + ?: Answer the current question. This assumes that the settings are properly configured.
  • Delete: Panic Mode! The tool will stop responding, and can only be re-enabled by once again clicking on the bookmark.

QnA

Q: I am on MacOS, what do I press?
A: Most of the buttons should be the same, but instead of CTRL you will have to press !

Q: AI ?
A: Most of the answers require an AI Model to be answered, for that you will need an API Token.

Q: Where can I get an API Token ?
A: This is dependent on the AI Model you are using. I recommend Gemini, as it is free, fast, and quite accurate. You can create a free API token here.

Q: What is an AI's API Token ?
A: Basically, most AI platforms use an API Token to process all requests. The API token basically says: "Hey, I know this user, I know the account, let me process the request and respond". Without that API Token the AI will say: "Hey, who is this? I don't trust you... I won't reply!" Visually, an API token looks like a jumble of numbers and letters.

Versions, Models, and Platforms

Version MacOS Vocab.com AP Classroom Google Forms
v6b-dev (Latest Nightly)
v6a-dev
v6-dev
v5 (Latest Stable)
v4
v3 (OBSOLETE)

Documentation for Developers

All of the public API is described in autoanswer.d.ts. Ensure it is being properly loaded.

Note: If you add support for a new platform, open a PR so that we all can use it and enjoy it :)