Skip to content

fix: replace deprecated gpt-3.5-turbo-0613 with gpt-4o-mini#1830

Merged
jxnl merged 1 commit into567-labs:mainfrom
sergiobayona:fix-deprecated-model-name
Oct 1, 2025
Merged

fix: replace deprecated gpt-3.5-turbo-0613 with gpt-4o-mini#1830
jxnl merged 1 commit into567-labs:mainfrom
sergiobayona:fix-deprecated-model-name

Conversation

@sergiobayona
Copy link
Copy Markdown
Contributor

@sergiobayona sergiobayona commented Sep 30, 2025

Replace all instances of the deprecated model gpt-3.5-turbo-0613 with gpt-4o-mini in executable code across examples and library code.

Changes:

  • Updated 13 example files with model references
  • Updated documentation examples
  • Updated llm_validators.py docstring

Important

Replaces deprecated gpt-3.5-turbo-0613 with gpt-4o-mini across code and documentation.

  • Behavior:
    • Replaces gpt-3.5-turbo-0613 with gpt-4o-mini in 13 example files, including run.py, citation_fuzzy_match.py, and multi_prediction.py.
    • Updates model references in llm_validators.py docstring.
  • Documentation:
    • Updates model references in documentation examples, including logfire.md and exact_citations.md.

This description was created by Ellipsis for 7ad1cd9. You can customize this summary. It will automatically update as commits are pushed.

Replace all instances of the deprecated model gpt-3.5-turbo-0613 with gpt-4o-mini in executable code across examples and library code.

Changes:
- Updated 13 example files with model references
- Updated documentation examples
- Updated llm_validators.py docstring
Copy link
Copy Markdown
Contributor

@ellipsis-dev ellipsis-dev Bot left a comment

Choose a reason for hiding this comment

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

Caution

Changes requested ❌

Reviewed everything up to 7ad1cd9 in 1 minute and 54 seconds. Click for details.
  • Reviewed 195 lines of code in 15 files
  • Skipped 0 files when reviewing.
  • Skipped posting 0 draft comments. View those below.
  • Modify your settings and rules to customize what types of comments Ellipsis leaves. And don't forget to react with 👍 or 👎 to teach Ellipsis.

Workflow ID: wflow_GJllgeOuanVOBqp9

You can customize Ellipsis by changing your verbosity settings, reacting with 👍 or 👎, replying to comments, or adding code review rules.

Parameters:
statement (str): The statement to validate
model (str): The LLM to use for validation (default: "gpt-3.5-turbo-0613")
model (str): The LLM to use for validation (default: "gpt-4o-mini")
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Docstring default now says 'gpt-4o-mini', but the function signature still defaults to 'gpt-3.5-turbo'. Update the parameter default for consistency.

@jxnl jxnl merged commit 2cbb5cc into 567-labs:main Oct 1, 2025
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