fix:Gemini 3.0 Flash 모델 적용 + 제목 선택 UI/UX 개선
- 기본 모델을 gemini-3.0-flash로 변경 - @apply를 순수 CSS로 전환 (Tailwind CDN 호환) - 제목 카드에 라디오 도트, 체크 뱃지, hover/selected 효과 추가 - 선택 시 border glow + 체크마크 표시 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -125,7 +125,7 @@ private function callGemini(string $prompt): ?string
|
||||
}
|
||||
|
||||
try {
|
||||
$model = $this->config->model ?: 'gemini-2.5-flash';
|
||||
$model = $this->config->model ?: 'gemini-3.0-flash';
|
||||
$body = [
|
||||
'contents' => [
|
||||
[
|
||||
|
||||
Reference in New Issue
Block a user