Skip to content

Update OpenAI model in conversational RAG example#615

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

Update OpenAI model in conversational RAG example#615
skrawcz merged 1 commit intoapache:mainfrom
goutamk09:update-openai-examples

Conversation

@goutamk09
Copy link
Contributor

@goutamk09 goutamk09 commented Dec 30, 2025

Partially implements #521

This PR updates one of the example applications to replace deprecated OpenAI
model usage with the latest recommended model.

Changes

  • Updated examples/conversational-rag/graph_db_example/application.py
  • Replaced deprecated model (gpt-4-turbo-preview) with gpt-4o-mini

How I tested this

  • Verified the example code updates cleanly
  • No changes made to core Burr logic

Notes

  • This is an incremental update; happy to continue updating additional examples
    once this approach is confirmed.

Copy link
Contributor

@skrawcz skrawcz left a comment

Choose a reason for hiding this comment

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

thanks! looks good. Can you grep the code base for model="gpt and update those examples and open more PRs please. There might be some prompt tuning needed, but hopefully not. Screenshots of testing would be great validation as well.

@skrawcz skrawcz merged commit b180494 into apache:main Dec 30, 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