(no commit message)

This commit is contained in:
2025-11-24 22:13:32 -05:00
parent 2c346586a9
commit 4bc40a9d13
3 changed files with 19 additions and 19 deletions

View File

@@ -37,15 +37,15 @@
]
},
"lm": {
"model": "gpt-4o",
"model": "gpt-5.1-2025-11-13",
"model_type": "chat",
"cache": true,
"num_retries": 3,
"finetuning_model": null,
"launch_kwargs": {},
"train_kwargs": {},
"temperature": 0.7,
"max_tokens": 8192
"temperature": 1.0,
"max_completion_tokens": 16000
}
},
"analyze_structure.predict": {
@@ -82,15 +82,15 @@
]
},
"lm": {
"model": "gpt-4o",
"model": "gpt-5.1-2025-11-13",
"model_type": "chat",
"cache": true,
"num_retries": 3,
"finetuning_model": null,
"launch_kwargs": {},
"train_kwargs": {},
"temperature": 0.7,
"max_tokens": 8192
"temperature": 1.0,
"max_completion_tokens": 16000
}
},
"generate_examples.predict": {
@@ -115,15 +115,15 @@
]
},
"lm": {
"model": "gpt-4o",
"model": "gpt-5.1-2025-11-13",
"model_type": "chat",
"cache": true,
"num_retries": 3,
"finetuning_model": null,
"launch_kwargs": {},
"train_kwargs": {},
"temperature": 0.7,
"max_tokens": 8192
"temperature": 1.0,
"max_completion_tokens": 16000
}
},
"generate_llms_txt.predict": {
@@ -179,8 +179,8 @@
"finetuning_model": null,
"launch_kwargs": {},
"train_kwargs": {},
"temperature": 0.7,
"max_tokens": 8192
"temperature": 1.0,
"max_tokens": 16000
}
},
"metadata": {