Skip to content

Conversation

aaronsteers
Copy link
Contributor

@aaronsteers aaronsteers commented Sep 25, 2025

Migrates from gpt-5 to gpt-5-mini.

Current blocker:

  • Hard failure due to too-long input context on some prompts. (No easy fix to this.)

@aaronsteers aaronsteers changed the title feat: swap from gpt-5 to gpt-5-mini for 80% savings feat: swap from gpt-5 to gpt-5-mini for 80% savings Sep 25, 2025
@github-actions github-actions bot added the enhancement New feature or request label Sep 25, 2025
@aaronsteers aaronsteers marked this pull request as draft September 25, 2025 00:53
@aaronsteers aaronsteers marked this pull request as ready for review September 25, 2025 00:53
@aaronsteers aaronsteers enabled auto-merge (squash) September 25, 2025 00:53
Copy link

github-actions bot commented Sep 25, 2025

PyTest Results (Fast)

0 tests  ±0   0 ✅ ±0   0s ⏱️ ±0s
0 suites ±0   0 💤 ±0 
0 files   ±0   0 ❌ ±0 

Results for commit 07dda0a. ± Comparison against base commit b03e56f.

♻️ This comment has been updated with latest results.

Copy link

👋 Greetings, Airbyte Team Member!

Here are some helpful tips and reminders for your convenience.

Testing This Branch via MCP

To test the changes in this specific branch with an MCP client like Claude Desktop, use the following configuration:

{
  "mcpServers": {
    "connector-builder-mcp-dev": {
      "command": "uvx",
      "args": ["--from", "git+https://github.com/airbytehq/connector-builder-mcp.git@feat--swap-from-gpt-5-to-gpt-5-mini-for-80%-savings", "connector-builder-mcp"]
    }
  }
}

Testing This Branch via CLI

You can test this version of the MCP Server using the following CLI snippet:

# Run the CLI from this branch:
uvx 'git+https://github.com/airbytehq/connector-builder-mcp.git@feat--swap-from-gpt-5-to-gpt-5-mini-for-80%-savings#egg=airbyte-connector-builder-mcp' --help

PR Slash Commands

Airbyte Maintainers can execute the following slash commands on your PR:

  • /autofix - Fixes most formatting and linting issues
  • /poe <command> - Runs any poe command in the uv virtual environment
  • /poe build-connector prompt="Star Wars API" - Run the connector builder using the Star Wars API.

📝 Edit this welcome message.

@aaronsteers aaronsteers changed the title feat: swap from gpt-5 to gpt-5-mini for 80% savings feat: swap from gpt-5 to gpt-5-mini for 80% savings per token Sep 25, 2025
@aaronsteers aaronsteers changed the title feat: swap from gpt-5 to gpt-5-mini for 80% savings per token feat: swap from gpt-5 to gpt-5-mini for 80% savings per token (do not merge) Sep 25, 2025
@aaronsteers aaronsteers marked this pull request as draft September 25, 2025 20:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant