Skip to content

bumped to 5.5 since 5.6 is not avail#270

Merged
sfreeman422 merged 2 commits into
masterfrom
feature/bump-5.5
Jul 10, 2026
Merged

bumped to 5.5 since 5.6 is not avail#270
sfreeman422 merged 2 commits into
masterfrom
feature/bump-5.5

Conversation

@sfreeman422

Copy link
Copy Markdown
Collaborator

No description provided.

Copilot AI review requested due to automatic review settings July 10, 2026 13:07

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the backend AI configuration to use a different default text model and adjusts the responses.create request payload for text generation.

Changes:

  • Switch GPT_MODEL from gpt-5.6-terra to gpt-5.5.
  • Add a reasoning configuration to the generateText request payload (but currently results in a duplicated key).

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.

File Description
packages/backend/src/ai/ai.service.ts Updates responses.create parameters for text generation (introduces duplicate reasoning field).
packages/backend/src/ai/ai.constants.ts Changes the default GPT_MODEL string constant.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment on lines 198 to 202
model: GPT_MODEL,
reasoning: { effort: 'medium' },
tools: [{ type: 'web_search_preview' }],
tool_choice: 'auto',
instructions: GENERAL_TEXT_INSTRUCTIONS,
@sfreeman422 sfreeman422 merged commit 82b78f2 into master Jul 10, 2026
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants