Skip to content

Conversation

@DJTJ21
Copy link
Collaborator

@DJTJ21 DJTJ21 commented Nov 26, 2025

No description provided.

- Deleted .env.prod containing production API URLs and configuration
- Removed CLAUDE.md documentation file (742 lines) with project guidelines and technical specifications
- Replaced all REACT_APP_* environment variables with VITE_* equivalents in .env.example and source files
- Updated environment variable access from process.env to import.meta.env throughout the codebase
- Standardized API base URL configuration across all API service files
- Applied consistent code formatting (single quotes, spacing) to affected files
feat: optimize logo generation with parallel AI processing and Gemini 3 Pro

- Upgraded LLM model from gemini-2.0-flash to gemini-3-pro-preview for enhanced quality
- Optimized LLM parameters: reduced temperature to 0.3, adjusted topK to 40, increased maxOutputTokens to 2000
- Implemented parallel AI generation pipeline separating raw logo generation from SVG optimization
- Added generateRawLogoConcept method for pure AI generation without SVG optimization
- Introduced updateProjectWithLogos
@DJTJ21 DJTJ21 merged commit e68c69f into main Nov 26, 2025
3 of 4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants