feat(llm): 로컬 기본 채팅 모델 qwen3.8-27b 반영 - #704
Merged
Merged
Conversation
DGX :8002 가 qwen3.8-27b-fp8 로 교체된 뒤(--served-model-name qwen3.8-27b qwen3.6-35b-a3b) 앱은 구 이름에만 묶여 있어 UI·카탈로그·capability 가 실체와 어긋났다. - 기본값: env.ts / env.schema.ts / model-pool.ts → qwen3.8-27b - 로컬 카탈로그(local-models.ts) id·표시명·설명 교체 - capability 프리셋에 qwen3.8-27b 추가 (toolCalling·thinking·vision — DGX 라이브 실측) - LiteLLM 참조 config: qwen3.8-27b 추가, gpt-3.5-turbo alias → 3.8, 구 이름은 호환 alias 유지 - .env.example / gen-env.mjs / qwen-serve.sh 참조본 동기화 (DGX 는 docker compose 로 이전됨) - model-pool 테스트 기본값 갱신 Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01BtAjkS2BAQ7JxMsidkdYQD
Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01BtAjkS2BAQ7JxMsidkdYQD
Contributor
평가 회귀 리포트 (
|
| 평가 | 통과율 | 통과/전체 | 베이스라인 | 상태 |
|---|---|---|---|---|
| Routing (Gate 5) | 100.0% | 120/120 | 50.0% | ✅ |
| Response (Gate 6) | 100.0% | 30/30 | 50.0% | ✅ |
- 데이터셋 버전: routing=
0.8.3, response=0.8.3 - 베이스라인은
OMK_EVAL_PASS_THRESHOLD/OMK_EVAL_RESPONSE_THRESHOLD환경변수 기준 (이력 비교 아님) - 상세 결과: Actions 실행의
evaluation-results-9a504aaaa96519c498d327b13187424704ea8672아티팩트 참조
1 task
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
배경
DGX `:8002` 가 `qwen3.8-27b-fp8` 로 교체돼 있었고(`--served-model-name qwen3.8-27b qwen3.6-35b-a3b`), 앱은 구 이름 `qwen3.6-35b-a3b` 에만 묶여 있어 UI·카탈로그·capability 가 실체와 달랐다.
변경
라이브 실측 (DGX 직접)
검증
🤖 Generated with Claude Code
https://claude.ai/code/session_01BtAjkS2BAQ7JxMsidkdYQD