Commit Graph

12 Commits

Author SHA1 Message Date
admtracksteel 4826686074 fix: explicit percentage difference formula in aiService to correct mechanical calculations 2026-06-23 14:29:18 +00:00
admtracksteel e82656e5c2 Deploy Inicial do SteelCheck com Docker Build Automatizado 2026-06-23 00:22:53 +00:00
admtracksteel b551449bff Deploy Inicial do SteelCheck com Docker Build Automatizado 2026-06-22 23:47:08 +00:00
admtracksteel e7f50b61bc Deploy Inicial do SteelCheck com Docker Build Automatizado 2026-06-22 23:16:32 +00:00
admtracksteel 4aa3febfa8 Deploy Inicial do SteelCheck com Docker Build Automatizado 2026-06-22 23:02:27 +00:00
admtracksteel bec44fc6a8 Deploy Inicial do SteelCheck com Docker Build Automatizado 2026-06-22 22:43:52 +00:00
admtracksteel 8ae7d27525 Deploy Inicial do SteelCheck com Docker Build Automatizado 2026-06-22 22:39:36 +00:00
admtracksteel 176f064c16 feat: adicionar suporte a modelos MiniMax (2.7 e 3.0) 2026-06-22 20:34:35 +00:00
admtracksteel ba10367855 feat: suporte para provedor OpenRouter 2026-06-22 20:06:40 +00:00
admtracksteel f41c5eccd2 feat: support OpenWebUI as Ollama gateway
- Connect via OpenWebUI API at https://llm.reifonas.cloud/api
- Use /api/v1/chat/completions format for OpenWebUI
- Keep native Ollama format as fallback
- Auto-detect models from both endpoints
2026-04-04 20:22:27 +00:00
admtracksteel a395f0d696 feat: add Ollama local provider support
- Added Ollama (local) as AI provider option
- Configure VPS endpoint for Ollama connection
- Auto-detect available models from Ollama server
- Support for vision-capable models (llama3.2-vision, etc)
2026-04-04 19:46:14 +00:00
admtracksteel 97eb42c243 feat: multi-provider AI support with auto-detection
- Added support for Google Gemini, OpenAI, Anthropic, and Azure OpenAI
- Implemented API key validation with auto model detection
- Added Error Boundary for better error handling
- Migrated PDF generation to native jsPDF (better quality)
- Added PWA support with offline capabilities
- Implemented tests with Vitest
- Fixed language consistency (PT-BR)
- Improved accessibility (ARIA)
2026-04-04 19:32:00 +00:00