Skip to content

Fix OpenAI model reference and remove unsupported parameter #98

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 7 commits into
base: main
Choose a base branch
from

Conversation

donbr
Copy link

@donbr donbr commented May 15, 2025

Changes Made

  • Updated notebook to reference openai:o3-mini model instead of the non-existent openai:o3 model
  • Added explanatory comments noting that o3 was never released as a standalone product
  • Removed unsupported parallel_tool_calls=False parameter which is no longer needed in newer versions of the LangChain library

Context

In February 2025, OpenAI announced that o3 development was canceled in favor of integrating its capabilities into GPT-5. Only the o3-mini and o4-mini models are available in the "o-series". This PR updates the references to use the correct model name.

The parallel_tool_calls parameter was also removed as it's no longer supported in the current version, making the code more compatible with recent library updates.

@rlancemartin
Copy link
Collaborator

Ty! This appears to pull in a specific graph related to pitch deck analysis? Is that intended? (Other changes related to removing o3 in ntbks are fine.) If you have a general MCP implementation, that is also welcome.

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