Claude AI
|
a6c2e67c6a
|
refactor(ai): replace OpenAI with DeepSeek API
- Update config.py with DEEPSEEK_API_KEY, DEEPSEEK_MODEL, DEEPSEEK_BASE_URL
- Update ai.py to use DeepSeek endpoint (OpenAI-compatible)
- Update docker-compose.yml environment variables
|
2026-01-29 22:05:10 +00:00 |
|
Claude AI
|
26e5ce5a31
|
feat(fase4): add validation nodes
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
|
2026-01-29 11:13:36 +00:00 |
|
Claude AI
|
058f837ecb
|
feat(fase4): add advanced nodes - switch, delay, random, loop, goto
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
|
2026-01-29 11:13:36 +00:00 |
|
Claude AI
|
991bd161f0
|
feat(fase4): add AI response and sentiment nodes
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
|
2026-01-29 11:13:15 +00:00 |
|
Claude AI
|
af061b1a07
|
feat(fase4): add JavaScript and HTTP request nodes
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
|
2026-01-29 11:13:03 +00:00 |
|
Claude AI
|
835c4aa387
|
feat(fase4): add NodeExecutor architecture with basic nodes
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
|
2026-01-29 11:10:21 +00:00 |
|