summaryrefslogtreecommitdiff
path: root/internal/gui/app.go
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2025-07-16 23:24:39 +0300
committerPaul Buetow <paul@buetow.org>2025-07-16 23:24:39 +0300
commitb2b007699b2a42ed86970f59d597034679265e91 (patch)
tree4c3167cdece1ee181f92bc1a14b0e17e00db7c0c /internal/gui/app.go
parente2e75315e5e7c3eaccdc38881bd2fa669bb9dda5 (diff)
Remove Pixabay and Unsplash image search support
- Delete Pixabay and Unsplash implementation files - Remove API key configuration for both services - Update CLI and GUI to only support OpenAI DALL-E - Update documentation to reflect OpenAI as sole image provider - Fix tests to handle nil client in OpenAI implementation - Simplify configuration examples The application now exclusively uses OpenAI DALL-E for image generation, providing AI-generated educational images with creative art styles. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
Diffstat (limited to 'internal/gui/app.go')
-rw-r--r--internal/gui/app.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/internal/gui/app.go b/internal/gui/app.go
index 3a8dd33..37c7b9d 100644
--- a/internal/gui/app.go
+++ b/internal/gui/app.go
@@ -83,8 +83,6 @@ type Config struct {
ImageProvider string
EnableCache bool
OpenAIKey string
- PixabayKey string
- UnsplashKey string
}
// DefaultConfig returns default GUI configuration