Commit Graph
2 Commits
Author SHA1 Message Date
jackyu66gitandClaude Opus 4.6 4e83ce95cd Switch LLM provider to DeepSeek v4 Pro
- Create shared openai client (src/lib/openai.ts) pointing to api.deepseek.com
- Replace all gpt-4o-mini model references with deepseek-v4-pro
- Refactor 3 API routes to use shared client instead of inline OpenAI() calls
- Add OPENAI_BASE_URL env var for endpoint configuration

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-05-20 12:45:25 +08:00
jackyu66gitandClaude Opus 4.6 cef29d40bd Initial commit: Inner OS v1
Full-stack inner development operating system built on Next.js 16 + Prisma 7 + PostgreSQL + OpenAI + Clerk.
Generates personalized daily mental training tasks, collects reflection, updates user state, and provides internal reward feedback.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-05-20 12:11:27 +08:00