Commit History

fix(runpod): align sampling params with model card (top_k=40, top_p=0.95, rep=1.0)
90d4f5a

Heewon Oh Claude Opus 4.6 commited on

fix(runpod): add explicit vLLM sampling params (top_k, top_p, repetition_penalty)
1c0fe42

Heewon Oh Claude Opus 4.6 commited on

fix(runpod): handle tokens array and usage input/output format in response parser
a2af26c

Heewon Oh Claude Opus 4.6 commited on

feat(app): ZeroGPU 쿼터 소진 시 RunPod Serverless fallback 추가
e73a081

Heewon Oh Claude Sonnet 4.5 commited on

fix(agent): step.query 누락 시 원본 쿼리로 fallback (모델이 Query 필드 생략 시 검색 스킵 방지)
5835058

Heewon Oh commited on

fix(reasoning): EOD 래퍼 헤더 제거 및 결론→투자 의견 정규화
fed9d2c

Heewon Oh commited on

fix(reasoning): EOD 형식에서 _remove_boilerplate 제거로 섹션 손실 방지
328601d

Heewon Oh commited on

fix(prompts): synthesis 프롬프트를 모델 학습 포맷(h3)에 맞게 단순화
22d81fc

Heewon Oh Claude Sonnet 4.5 commited on

fix(zerogpu): PicklingError 수정 - GPU 함수 내부에서 agent 생성
4da532d

Heewon Oh Claude Sonnet 4.5 commited on

fix(zerogpu): 단일 GPU 컨텍스트로 전체 research 실행
7c5a3f8

Heewon Oh Claude Sonnet 4.5 commited on

fix(app): ZeroGPU 호환성 - 백그라운드 스레드 제거 및 메인 스레드 동기 실행
fcd1ddb

Heewon Oh Claude Sonnet 4.5 commited on

fix(agent): sentence-transformers 추가 및 ActionType 직렬화 수정
712a7cd

Heewon Oh Claude Sonnet 4.5 commited on

fix(synthesis): remove Key Findings suffix from synthesis prompt and fix ActionType serialization
d4a5dee

Heewon Oh Claude Sonnet 4.5 commited on

feat(vectors): revert to KR-SBERT 768-dim with CPU lazy load
5f57438

Heewon Oh Claude Sonnet 4.5 commited on

feat(vectors): replace KR-SBERT with MiniLM for HF Serverless compatibility
e12c000

Heewon Oh Claude Sonnet 4.5 commited on

fix(vector_filter): HF_TOKEN 명시적 전달 (API 401 수정)
eb4ff0d

Heewon Oh Claude Sonnet 4.5 commited on

fix(vector_filter): sentence-transformers→HF InferenceClient로 교체 (ZeroGPU CUDA 충돌 수정)
9713ee8

Heewon Oh Claude Sonnet 4.5 commited on

fix(search): source_type.value 오류 수정 - use_enum_values=True로 문자열 저장됨
07129ee

Heewon Oh Claude Sonnet 4.5 commited on

feat(search): KR-SBERT 기업벡터 뉴스 필터 추가 (CPU 모드, HF Spaces용)
18e4e2b

Heewon Oh Claude Sonnet 4.5 commited on

fix(reasoning): EOD 형식 synthesis 파싱 수정 - conclusion 빈 문자열 버그
502a016

Heewon Oh Claude Sonnet 4.5 commited on

feat: fork pykrx naver OHLCV into naver_finance_client (HF Spaces safe)
1c9ab47

Heewon Oh Claude Sonnet 4.5 commited on

feat: align synthesis output with STONKS EOD deep report format
862ca4c

Heewon Oh Claude Sonnet 4.5 commited on

docs: note sampling config alignment with llama-cpp-python defaults
cd3a181

Heewon Oh commited on

fix: handle Conclusions plural, add key takeaways to junk, improve content dedup
ca09410

Heewon Oh commited on

fix: add h2 truncation, content dedup, and training leak cleanup in conclusion
014beeb

Heewon Oh commited on

fix: fix boilerplate body length check and add table debris removal
8da491a

Heewon Oh commited on

fix: improve conclusion truncation and boilerplate removal for 7B model
92d2642

Heewon Oh commited on

fix: expand conclusion pattern to match Conclusions and Key Takeaways variant
3015d81

Heewon Oh commited on

fix: improve conclusion truncation with separator and length limits
72fea0f

Heewon Oh Claude Opus 4.6 commited on

fix: truncate junk sections generated after conclusion
b6e3def

Heewon Oh Claude Opus 4.6 commited on

fix: expand boilerplate detection patterns and add inline junk removal
b093cce

Heewon Oh Claude Opus 4.6 commited on

fix: remove 7B model boilerplate sections from synthesis output
6cb4161

Heewon Oh Claude Opus 4.6 commited on

fix: add stop sequences for chat pattern and remove hallucinated metadata
7722810

Heewon Oh Claude Opus 4.6 commited on

fix: section dedup bypass for Korean headers and reduce synthesis token limit
47ab998

Heewon Oh Claude Opus 4.6 commited on

fix: rollback ZeroGPU to minimal generation params matching MLX approach
b102a57

Heewon Oh Claude Opus 4.6 commited on

fix: prevent prompt template leakage and harden inference API path
7a53fed

Heewon Oh Claude Opus 4.6 commited on

fix: improve ZeroGPU output quality — generation params, repetition suppression, content filtering
78cee6b

Heewon Oh Claude Opus 4.6 commited on

fix: prevent stock data duplication in synthesis prompt
4882e6a

Heewon Oh Claude Opus 4.6 commited on

feat: add Naver Finance stock data integration (price/valuation/investor)
d30bb51

Heewon Oh Claude Opus 4.6 commited on

fix: synthesis confidence parser handles bold format
6a5a382

Heewon Oh Claude Opus 4.6 commited on

docs: add Production Enhancements section and Production Note column
0bdd82a

Heewon Oh Claude Opus 4.6 commited on

docs: add Known Limitations section to README and Gradio demo
2340caf

Heewon Oh Claude Opus 4.6 commited on

fix: query diversification and synthesis confidence fallback
2f898ee

Heewon Oh Claude Opus 4.6 commited on

fix(zerogpu): add paragraph-level repetition detection to postprocess
a2b189b

Heewon Oh Claude Opus 4.6 commited on

fix(reasoning): handle missing Thought prefix in model output
07afd91

Heewon Oh Claude Opus 4.6 commited on

fix(zerogpu): align gen_params with model generation_config
ddb30df

Heewon Oh Claude Opus 4.6 commited on

fix(zerogpu): remove no_repeat_ngram_size that blocks RT format
1ba6e9a

Heewon Oh Claude Opus 4.6 commited on

fix: replace explicit EOS with repetition prevention for ZeroGPU
a50fbdf

Heewon Oh Claude Opus 4.6 commited on

fix: add EOS token handling and output postprocessing for ZeroGPU
15ef6b8

Heewon Oh Claude Opus 4.6 commited on

docs: add HF Spaces YAML metadata to README
2f7f464

Heewon Oh Claude Opus 4.6 commited on