mirror of
https://github.com/j93es/browser-use-oauth.git
synced 2026-06-04 13:31:51 +09:00
fix: 온도 설정 및 OAuth 제공자 식별 프롬프트 개선
This commit is contained in:
parent
e1319a108d
commit
6ddeed2173
5 changed files with 33 additions and 42 deletions
|
|
@ -21,5 +21,5 @@ def CreateChatGoogleGenerativeAI(model: str):
|
|||
},
|
||||
callbacks=[QuotaExhaustedHandler()],
|
||||
# API 호출 간격 조정
|
||||
temperature=0.1,
|
||||
temperature=0.0,
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue