diff options
| -rw-r--r-- | .gitignore | 21 | ||||
| -rw-r--r-- | README.md | 10 |
2 files changed, 2 insertions, 29 deletions
@@ -21,12 +21,6 @@ go.work.sum # Build output totalrecall -# IDE files -.idea/ -.vscode/ -*.swp -*.swo - # OS files .DS_Store Thumbs.db @@ -34,18 +28,3 @@ Thumbs.db # Temporary files *.tmp *.temp - -# Audio cache (OpenAI TTS) -.audio_cache/ - -# Geberated cards data -anki_cards - -# Configuration with API keys -.totalrecall.yaml -.image_cache/ - -# Test output directories -test_output/ -test_output2/ -test_phonetic/ @@ -8,14 +8,8 @@ It has mainly been vibe coded using Claude Code CLI. -<p align="center"> - <img src="assets/totalrecall.png" alt="TotalRecall screens hot"> -</p> - -<p align="center"> - <a href="assets/audio.mp3">๐ Computer / ะะพะผะฟัััั</a> -</p> - +[<img src="assets/totalrecall.png" alt="TotalRecall screens hot">](assets/totalrecall.png) +[๐ Computer / ะะพะผะฟัััั](assets/audio.mp3) โ ๏ธ **Important:** This tool uses OpenAI services for audio and image generation, which requires an API key. See [Quick Start](#quick-start) for setup instructions. |
