Skip to content

improve the sync_model and model finder jobs#499

Merged
Caitlin Pinn (cpinn) merged 9 commits into
mainfrom
caitlin-tighten-bot-fixer-issue-finder
Apr 29, 2026
Merged

improve the sync_model and model finder jobs#499
Caitlin Pinn (cpinn) merged 9 commits into
mainfrom
caitlin-tighten-bot-fixer-issue-finder

Conversation

@cpinn
Copy link
Copy Markdown
Contributor

@cpinn Caitlin Pinn (cpinn) commented Apr 28, 2026

  • modify the existing prompts to be more targeted both when finding and fixing particular issues
  • add an llm step to the sync_models job to add a display name
  • remove all embedding models. Embedding models do not work in the playground which will auto route to chat completions. Ensure no embedding models are pulling in through sync_model or model finder.

With embedding models I get the following error which makes sense since they are currently being routed to the chat/completions endpoint.
"message": "You are not allowed to sample from this model",

You can still call embeddings directly but they do not need to be part of the model registry.

@vercel
Copy link
Copy Markdown

vercel Bot commented Apr 28, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
ai-proxy Ready Ready Preview, Comment Apr 29, 2026 5:36pm

Request Review

@cpinn Caitlin Pinn (cpinn) changed the title Prompt finder Prompt model fixer Apr 28, 2026
Copy link
Copy Markdown

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 9e1b240a8a

ℹ️ About Codex in GitHub

Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "Codex (@codex) review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "Codex (@codex) address that feedback".

Comment thread packages/proxy/scripts/fix_bot_issue.ts
"sora-2": ["openai", "azure"],
"sora-2-pro": ["openai", "azure"],
"sora-2-pro-high-res": ["openai", "azure"],
"text-embedding-3-large": ["openai", "azure"],
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

These were added during the large sync-everything change.

We only allow through chat and completions from the playground. We don't really have a view for embeddings at the moment, they need to be called directly.

Removing them from the list.

@cpinn Caitlin Pinn (cpinn) changed the title Prompt model fixer improve the sync_model and model finder jobs Apr 28, 2026
Copy link
Copy Markdown
Contributor

@aswink aswink left a comment

Choose a reason for hiding this comment

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

nice!

@cpinn Caitlin Pinn (cpinn) merged commit 4a41a40 into main Apr 29, 2026
7 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