dos updates

This commit is contained in:
IGNY8 VPS (Salman)
2026-01-20 14:45:21 +00:00
parent 0b3197d199
commit c777e5ccb2
93 changed files with 1368 additions and 33562 deletions

View File

@@ -1,6 +1,7 @@
# AI Functions Reference
**Last Verified:** January 6, 2026
**Last Verified:** January 20, 2026
**Version:** 1.8.4
---
@@ -8,12 +9,13 @@
IGNY8's AI engine provides functions for content planning and generation. Located in `backend/igny8_core/ai/`.
**Providers (v1.4.0):**
**Providers (v1.4.0+):**
- **OpenAI** - GPT-4 for text, DALL-E 3 for images (via `IntegrationProvider`)
- **Anthropic** - Claude models for text (via `IntegrationProvider`)
- **Runware** - Alternative image generation (via `IntegrationProvider`)
- **Bria** - Additional image generation option
**New in v1.4.0:**
**Key Features:**
- Provider API keys stored in `IntegrationProvider` model
- Model configurations stored in `AIModelConfig` model
- System defaults stored in `SystemAISettings` singleton