(no commit message)
This commit is contained in:
22
agent.json
22
agent.json
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user