Sends HTML and canvas data to GPT-4o for math problem solving with enhanced accuracy, GUI, and auto-answering functionality
As of 2024-11-14. See the latest version.
These are versions of this script where the code was updated. Show all versions.
Updated deepseek models.
"gpt-4o": "Can solve problems with images, cost-effective.", "gpt-4o-mini": "Handles text-only questions, cheap option.", "o1": "Solves image problems with highest accuracy, but is slow and expensive.", "o3-mini": "Handles text-only questions, fast and cost-effective, but accuracy is not as high as o1.", "deepseek-reasoner": "The speed is similar to o1, but the accuracy is lower than o1. It does not support image recognition and is much cheaper than o1.", "deepseek-chat": "The speed is similar to 4o, and the accuracy is about the same. It does not support image recognition and is the cheapest.", "custom": "User-defined model. Please enter your model name below."
localStorage
fix this
you can change api in gui now
Synchronize the latest stable version of Github
Fixed the issue of gpt request error "400" due to format error