Skip to content

Update OpenAI model in email assistant example#616

Merged
skrawcz merged 1 commit intoapache:mainfrom
goutamk09:update-openai-examples-remaining
Dec 31, 2025
Merged

Update OpenAI model in email assistant example#616
skrawcz merged 1 commit intoapache:mainfrom
goutamk09:update-openai-examples-remaining

Conversation

@goutamk09
Copy link
Contributor

Partially implements #521

This PR updates the email assistant example to replace deprecated OpenAI
model usage with a current recommended model.

Changes

  • Updated examples/email-assistant/application.py
  • Replaced gpt-4 with gpt-4o-mini

How I tested this

  • Verified the example runs without runtime errors locally

Notes

  • Example-only change
  • No core Burr logic modified

@goutamk09
Copy link
Contributor Author

goutamk09 commented Dec 30, 2025

Hi @skrawcz, Thanks for the review!

I tested the email assistant example locally after updating the OpenAI model.

Steps run:

  • pip install -r requirements.txt
  • python application.py

The application initializes successfully and proceeds until Graphviz rendering.
The Graphviz dot error is expected on Windows without system Graphviz installed
and is unrelated to the OpenAI model change.

Attaching screenshots below for validation.

image image

@skrawcz skrawcz merged commit e8145ed into apache:main Dec 31, 2025
10 of 11 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.

3 participants