Skip to content

Conversation

@DJTJ21
Copy link
Collaborator

@DJTJ21 DJTJ21 commented Jan 23, 2026

No description provided.

…IP utility functions for project code generation

Replace direct file upload logic in ProjectService with new uploadProjectCodeZip method from StorageService. Add utility functions in zipUtils for creating ZIP files from messages, extracting files, and generating project metadata. Update chat component imports to use new ZIP utilities and improve code formatting consistency.
…base URL environment variable

Replace double quotes with single quotes throughout HeaderActions component for consistency. Change REACT_REACT_APP_BASE_URL to REACT_APP_NEXT_API_BASE_URL with localhost:3000 fallback. Add error logging and improved error messages for deploy API response handling. Update .env.example to mask sensitive URLs with XXXXXXXXXX placeholders.
…ponent to fetch models from API instead of hardcoded Ollama endpoint

Add ModelConfig interface and helper functions to fetch model configuration and default model from new API endpoints. Update BaseChat component to load models from /api/model/config and /api/model/default with fallback to Ollama method. Refactor modelConfig to parse from AI_MODELS_CONFIG environment variable with validation and fallback to default configurations
…tion with available provider list

Add openai provider case to getOpenAIModel function with createOpenAI initialization. Update gemini provider condition to also accept 'google' as alias. Enhance error message to include list of available providers (gemini, google, deepseek, claude, openai) and suggest checking AI_MODELS_CONFIG when provider not found.
@DJTJ21 DJTJ21 merged commit 4dac7dc into main Jan 23, 2026
1 of 5 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