fix(ai): LLM_FLASH_MODEL을 gemini-3.1-flash-lite 로 번경#36
Merged
Conversation
…로그 정합) 운영 골든패스 E2E 도중 발견: openai.NotFoundError: 404 - Model 'gemini-3.1-flash-lite-preview' not found Mindlogic factchat-cloud 게이트웨이 카탈로그 (`GET /v1/gateway/models`) 확인 결과 Flash 계열로 가용한 모델은 gemini-3.5-flash / gemini-3.1-flash-lite / gemini-3-flash-preview / gemini-2.5-flash. Pro 와 달리 Flash Lite 는 "-preview" 접미가 없음. default 값을 가용 모델로 정정. - ai/src/ai_server/config/settings.py default - ai/.env.example, .env.example, docker-compose.yml default - docs/environment.md
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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.
운영 골든패스 E2E 도중 발견:
openai.NotFoundError: 404 - Model 'gemini-3.1-flash-lite-preview' not found
Mindlogic factchat-cloud 게이트웨이 카탈로그 (
GET /v1/gateway/models) 확인 결과 Flash 계열로 가용한 모델은 gemini-3.5-flash / gemini-3.1-flash-lite / gemini-3-flash-preview / gemini-2.5-flash. Pro 와 달리 Flash Lite 는 "-preview" 접미가 없음. default 값을 가용 모델로 정정.