Helper for GeoGuessr training using OpenAI
Project description
GGAI
Helper for GeoGuessr training using OpenAI
Table of Contents
Prerequisites
- macOS
- Python 3.10 and above
Install
- with brew
brew tap rioriost/ggai
brew install ggai
Usage
ggai --help
usage: ggai [-h] [-k KEY] [-m MODEL] [-f FILENAME] [-d DIRECTORY]
ggai
options:
-h, --help show this help message and exit
-k KEY, --key KEY OpenAI API key
-m MODEL, --model MODEL
OpenAI Model to use, default: gpt-4o
-f FILENAME, --filename FILENAME
Filename for screencapture
-d DIRECTORY, --directory DIRECTORY
Directory to save screencapture
Setup
Create a quickaction with Automator.
And, put a script with API key for OpenAI.
result=$(/opt/homebrew/bin/ggai -k "sk-proj-......")
osascript <<EOD
display dialog "$(echo "$result" | sed 's/"/\\"/g')" buttons {"OK"} default button 1
EOD
After saving the quickaction as 'ggai', you can call it from 'Services...' menu.
Release Notes
0.4.9 Release
- Dependency Update
0.4.8 Release
- Changed the default model to GPT-5, it takes much longer to guess than gpt-4o
0.4.7 Release
- Dependency Update
0.4.6 Release
- Dependency Update
0.4.5 Release
- Dependency Update
0.4.4 Release
- Dependency Update
0.4.3 Release
- Dependency Update
0.4.2 Release
- Dependency Update
0.4.1 Release
- Improved robustness
0.4.0 Release
- Refactored
0.3.2 Release
- Show guessing duration
0.3.1 Release
- Improved prompt
0.3.0 Release
- Added directory argument
0.2.2 Release
- Improved prompt
0.2.1 Release
- Added text embedding
0.2.0 Release
- Added a feature to write a file of guess
0.1.6 Release
- Improved prompt
0.1.5 Release
- Improved prompt
0.1.4 Release
- Improved prompt
0.1.3 Release
- Fixed package size
0.1.2 Release
- Added detailed README
0.1.1 Release
- Initial release
License
MIT License
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
ggai-0.4.9.tar.gz
(3.5 MB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
ggai-0.4.9-py3-none-any.whl
(7.9 kB
view details)
File details
Details for the file ggai-0.4.9.tar.gz.
File metadata
- Download URL: ggai-0.4.9.tar.gz
- Upload date:
- Size: 3.5 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.6.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bd291c3f4aa4120cefe389d3b60dd6e17ff6e6c082244c16a83a0197397fd8ae
|
|
| MD5 |
293c1fe1575158cf478f9bb807bbc748
|
|
| BLAKE2b-256 |
29f39facd05a11fa30cb08d04562a4182c8e755bee199dae58b65f0607e67cb9
|
File details
Details for the file ggai-0.4.9-py3-none-any.whl.
File metadata
- Download URL: ggai-0.4.9-py3-none-any.whl
- Upload date:
- Size: 7.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.6.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
638b3dc74064552da016bc7b24fc4a4132c0cb1d5b6178aabbba32b2bd3896e8
|
|
| MD5 |
6042d0f85356c694826c5087c91a5dfe
|
|
| BLAKE2b-256 |
c262465e3c74a3d50d82e3195db71f7de6bef645fd7fc9e695d50dc5a815912c
|