fix: 온도 설정 및 OAuth 제공자 식별 프롬프트 개선

This commit is contained in:
암냥 2025-06-23 19:59:51 +09:00
commit 6ddeed2173
5 changed files with 33 additions and 42 deletions

View file

@ -21,5 +21,5 @@ def CreateChatGoogleGenerativeAI(model: str):
},
callbacks=[QuotaExhaustedHandler()],
# API 호출 간격 조정
temperature=0.1,
temperature=0.0,
)