feat: max_tokens 값을 131072로 증가하여 토큰 제한 확장
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
"model_local_path": "./models/gpt-oss-20b-base",
|
||||
"google_drive_folder_id": "YOUR_GOOGLE_DRIVE_FOLDER_ID",
|
||||
"google_credentials_path": "./credentials.json",
|
||||
"max_tokens": 2048,
|
||||
"max_tokens": 131072,
|
||||
"temperature": 0.7,
|
||||
"web_scraping": {
|
||||
"max_pages": 100,
|
||||
|
||||
Reference in New Issue
Block a user