OpenAI is still 🔥.
ChatGPT is very good but I wanted a tiny garage project to learn/experiment with go + test wails with an actual project + learn more about prompting.
Update: go get -u && go mod tidy
Development: wails dev
Building: wails build -clean -webview2 embed
Note: Building flag
-upxremoved! This means bigger binary size but no false positive antivirus alerts.
The bearicons Outline Color icons are from Icons8
Note: GPT-4o is
10xmore expensive than GPT-3.5 Turbo! Don't forget to check pricing and usage regularly!
| Model | Input | Output | 
|---|---|---|
| gpt-4o | $2.50 / 1M tokens | $10.00 / 1M tokens | 
| gpt-4o-mini | $0.15 / 1M tokens | $0.60 / 1M tokens | 
| gpt-3.5-turbo | $3.00 / 1M tokens | $8.00 / 1M tokens |