feat: max_tokens 값을 131072로 증가하여 토큰 제한 확장

This commit is contained in:
2025-08-28 11:15:09 +09:00
parent f67f9a18aa
commit 57f9bba80e
3 changed files with 84 additions and 28 deletions

View File

@@ -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,