fix(workflow): update model reference in similar-issues prompt to OpenAI GPT-4.1
This commit is contained in:
parent
f8ab04c3ea
commit
ff8e9be74c
|
|
@ -16,7 +16,7 @@ messages:
|
|||
Title: {{issue_title}}
|
||||
Body:
|
||||
{{issue_body}}
|
||||
model: openai/gpt-5
|
||||
model: openai/gpt-4.1
|
||||
responseFormat: json_schema
|
||||
jsonSchema: |-
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue