Update model AI GPT
This commit is contained in:
parent
7e43a0edc4
commit
40f20bb55d
|
|
@ -919,7 +919,7 @@ export default class LineConnection {
|
|||
}
|
||||
|
||||
const payload = {
|
||||
model: 'gpt-5-mini',
|
||||
model: 'gpt-5.4',
|
||||
messages: [
|
||||
{
|
||||
role: 'user',
|
||||
|
|
@ -1187,7 +1187,7 @@ ${this.config.reasonSkipPhysical ? `***User skip test ports:\n- ${this.config.re
|
|||
const data = `-------[ATC]-[${dataFormat}]-------
|
||||
*****[DPELP]*****
|
||||
License: ${licenses.join(', ')}
|
||||
Issues:
|
||||
Detected by AI:
|
||||
${note}
|
||||
*****[Physical]*****
|
||||
Total Ports: ${portPhysical?.length}
|
||||
|
|
|
|||
Loading…
Reference in New Issue