ClatScope
Changes:
- IP Address Search: The IP address search was not functioning in the beta release and version 1.00. It has now been fixed.
- Web Metadata Search: The web metadata search returned an error message while conducting a search. It has now been fixed.
- New Feature: Travel Risk Analysis A travel risk analyzer has been added to the tool. It will show you 40 subjects related to travel preparation, risk assessments, health, and much more. This is useful for people who travel and want to understand the details of the place they are travelling to. It uses the OpenAI API, with GPT-4o as the model. It has a 128k token context window. I chose GPT-4o over GPT-4o-mini, GPT-4-turbo-128k, and GPT-4 due to GPT-4o having greater accuracy, a lower hallucination rate, and more detailed answers. However, this comes with 2 drawbacks. (1) The output speed is slower than GPT-4o-mini, GPT-4-turbo-128k, and GPT-4, and (2) The cost per token is higher. The most advanced model is currently (beside o1 Professional Mode) GPT-4-o1. I could not implement GPT-4-o1 because I am on Tier 3, and you must be on Tier 5 to use o1. If you are a Tier 5 user, I recommend editing the script to use that model. However, it is the slowest of all models, but more accurate due to its chain of thought reasoning. Each output in the travel risk function uses approximately 3 tokens, which costs under 10 cents.
AN OPENAI API KEY IS REQUIRED FOR THIS FUNCTION TO WORK