Go to file
Matt b2279067e2 Add LiteLLM proxy support for ChatGPT subscription AI access
- Add ai_provider setting: 'openai' (API key) or 'litellm' (ChatGPT subscription proxy)
- Auto-strip max_tokens/max_completion_tokens for chatgpt/ prefix models
  (ChatGPT subscription backend rejects token limit fields)
- LiteLLM mode: dummy API key when none configured, base URL required
- isOpenAIConfigured() checks base URL instead of API key for LiteLLM
- listAvailableModels() returns manualEntry flag for LiteLLM (no models.list)
- Settings UI: conditional fields, info banner, manual model input with
  chatgpt/ prefix examples when LiteLLM selected
- All 7 AI services work transparently via buildCompletionParams()

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-16 15:48:34 +01:00
.gitea/workflows Update CI workflow to use new Gitea registry at code.monaco-opc.com 2026-02-14 14:00:50 +01:00
docker Fix CRLF line endings in runtime/deploy scripts and enforce LF 2026-02-14 16:35:26 +01:00
docs Rounds overhaul: full CRUD submission windows, scheduling UI, analytics, design refresh 2026-02-16 07:07:09 +01:00
images Initial commit: MOPC platform with Docker deployment setup 2026-01-30 13:41:32 +01:00
prisma Add schema reconciliation migration and file removal in bulk upload 2026-02-16 13:46:12 +01:00
public Display filtering controls inline for FILTERING round type 2026-02-03 10:33:34 +01:00
scripts Fix CRLF line endings in runtime/deploy scripts and enforce LF 2026-02-14 16:35:26 +01:00
src Add LiteLLM proxy support for ChatGPT subscription AI access 2026-02-16 15:48:34 +01:00
tests Competition/Round architecture: full platform rewrite (Phases 1-9) 2026-02-15 23:04:15 +01:00
.dockerignore Initial commit: MOPC platform with Docker deployment setup 2026-01-30 13:41:32 +01:00
.env.example Add email password change feature and fix nginx config 2026-01-30 16:15:08 +01:00
.gitattributes Fix CRLF line endings in runtime/deploy scripts and enforce LF 2026-02-14 16:35:26 +01:00
.gitignore Initial commit: MOPC platform with Docker deployment setup 2026-01-30 13:41:32 +01:00
CLAUDE.md Competition/Round architecture: full platform rewrite (Phases 1-9) 2026-02-15 23:04:15 +01:00
DEPLOYMENT.md Apply full refactor updates plus pipeline/email UX confirmations 2026-02-14 15:26:42 +01:00
MOPC-redesign-report.md Round system redesign: Phases 1-7 complete 2026-02-13 13:57:09 +01:00
Notes.md Apply full refactor updates plus pipeline/email UX confirmations 2026-02-14 15:26:42 +01:00
build-check.txt Apply full refactor updates plus pipeline/email UX confirmations 2026-02-14 15:26:42 +01:00
components.json Initial commit: MOPC platform with Docker deployment setup 2026-01-30 13:41:32 +01:00
next.config.ts Competition/Round architecture: full platform rewrite (Phases 1-9) 2026-02-15 23:04:15 +01:00
package-lock.json AI category-aware evaluation: per-round config, file parsing, shortlist, advance flow 2026-02-16 10:09:52 +01:00
package.json AI category-aware evaluation: per-round config, file parsing, shortlist, advance flow 2026-02-16 10:09:52 +01:00
postcss.config.mjs Initial commit: MOPC platform with Docker deployment setup 2026-01-30 13:41:32 +01:00
tailwind.config.ts Initial commit: MOPC platform with Docker deployment setup 2026-01-30 13:41:32 +01:00
tsc-audit.txt Apply full refactor updates plus pipeline/email UX confirmations 2026-02-14 15:26:42 +01:00
tsc-check-final.txt Apply full refactor updates plus pipeline/email UX confirmations 2026-02-14 15:26:42 +01:00
tsc-check-new.txt Apply full refactor updates plus pipeline/email UX confirmations 2026-02-14 15:26:42 +01:00
tsc-check.txt Apply full refactor updates plus pipeline/email UX confirmations 2026-02-14 15:26:42 +01:00
tsc-output2.txt Apply full refactor updates plus pipeline/email UX confirmations 2026-02-14 15:26:42 +01:00
tsc-output3.txt Apply full refactor updates plus pipeline/email UX confirmations 2026-02-14 15:26:42 +01:00
tsconfig.json Initial commit: MOPC platform with Docker deployment setup 2026-01-30 13:41:32 +01:00
vitest.config.ts Apply full refactor updates plus pipeline/email UX confirmations 2026-02-14 15:26:42 +01:00