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