Commit Graph

5 Commits

Author SHA1 Message Date
0ed0ae9ce8 Update DEPLOYMENT.md with critical .env format requirements
- Emphasize that inline comments cause service startup failures
- Show correct .env format without inline comments
- Add example error message when inline comments are present
- Include sed command to fix existing .env files with inline comments
- Add model mapping examples in correct format
2026-02-23 12:20:16 -05:00
d924b7c45f Add vLLM message normalization for OpenAI content format compatibility
- Normalize 'developer' role to 'system' (vLLM doesn't support developer role)
- Flatten array content to string for text-only messages
- Preserve mixed content (text + images) as array
- Add comprehensive unit tests for normalization logic

Fixes HTTP 422 errors when clients send OpenAI multi-content format
2026-02-23 11:59:23 -05:00
debfb466ad Add comprehensive deployment guide with systemd service setup and LXC configuration 2026-02-23 11:14:40 -05:00
92bc754316 Add MODELS.md with comprehensive list of available watsonx.ai models 2026-02-23 10:14:25 -05:00
2e2b817435 Add AGENTS.md documentation for AI agent guidance 2026-02-23 09:59:52 -05:00