joungmin e1e71dc954 GenAI: chat 모델 OpenAI(gpt-5.6) 호환 + 노트 하단 사용모델 표기
- OciGenAiService.chat(): 모델 인지 분기. openai.* 모델은 maxTokens/
  temperature(0.3)를 거부하므로 maxCompletionTokens 사용 + temperature 생략.
  gemini/cohere 등 기존 모델은 maxTokens+temperature 유지(하위호환).
- NoteController: 노트 최종 결과 하단에 사용 모델 푸터 표기
  (음성변환 모델 + 교정·요약 모델). 모델명은 설정값에서 조회해 자동 반영.
- STT(음성→텍스트)는 OpenRouter Gemini 유지, 변경 없음.
- OCI_GENAI_MODEL은 .env에서 openai.gpt-5.6-terra로 전환(커밋 제외).

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-30 07:34:55 +00:00

SUNDOL

Smart Unified Natural Dog-Operated Layer

Personal Knowledge House · AI Assistant · Productivity Hub

Features

  • Knowledge Ingestion — YouTube, blog, news, raw text 자동 수집 및 처리
  • Semantic Search — Oracle 23ai VECTOR 기반 의미 검색
  • AI Chat (RAG) — 지식 기반 대화, 출처 인용
  • Study Cards (SRS) — SM-2 간격 반복 학습 카드
  • Todos — 작업/하위작업 관리
  • Habit Tracker — 습관 추적, 스트릭 관리

Tech Stack

Layer Technology
Backend Spring Boot 3, Java 21
Frontend Next.js 14, TypeScript, Tailwind CSS
Database Oracle 23ai (VECTOR support)
AI OCI Generative AI (Cohere / Llama)
Auth Google SSO + JWT
Cache Redis

Getting Started

# 1. 환경변수 설정
cp .env.sample .env
# .env 파일에 실제 값 입력

# 2. Docker Compose로 실행
docker-compose up -d

# 3. 개별 실행 (Backend)
cd sundol-backend
mvn spring-boot:run

# 4. 개별 실행 (Frontend)
cd sundol-frontend
npm install && npm run dev

Project Structure

sundol/
├── sundol-backend/      # Spring Boot 3
├── sundol-frontend/     # Next.js 14
├── db/migration/        # Flyway SQL scripts
├── docs/                # Specifications
├── docker-compose.yml
├── .env.sample          # Environment variable template
└── README.md

자세한 스펙은 docs/SUNDOL_SPEC.md 참조.

Description
SUNDOL - Smart Unified Natural Dog-Operated Layer
Readme 672 KiB
Languages
Java 50.7%
TypeScript 31.7%
JavaScript 13.4%
PLSQL 1.8%
Python 1.4%
Other 0.9%