-
Notifications
You must be signed in to change notification settings - Fork 551
Update the OpenAI Agents SDK example #4105
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
base: develop
Are you sure you want to change the base?
Conversation
…xample This commit corrects the temperature unit in the weather description from Celsius to Fahrenheit and updates the city information to provide a more accurate representation of the cities mentioned in the OpenAI agent example. No functional changes are expected as a result of this update.
gpt-5-nano in the OpenAI Agents SDK exampleEnhance the README for the OpenAI agent SDK by adding detailed instructions for deploying the pipeline as an HTTP service. This includes information on interacting with the service via CLI and HTTP API, as well as providing a custom web UI and API documentation links. This update aims to improve user experience and accessibility of the OpenAI agent integration.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR updates the OpenAI Agents SDK example by upgrading the model version to gpt-5-nano, adding Munich to the available cities list, and introducing a custom web UI for interacting with the travel assistant. The changes enhance the example's usability by providing a polished, brand-consistent interface alongside the existing API and CLI access methods.
Key Changes:
- Model version upgraded from
gpt-4o-minitogpt-5-nano - Munich added as a supported city with information about Oktoberfest, BMW, and the Alps
- Custom HTML/CSS/JS UI implementation with ZenML branding and markdown response rendering
Reviewed Changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
ui/index.html |
New custom web interface with ZenML design system, interactive form, and markdown rendering |
run.py |
Added deployment settings with CSP configuration for UI security and removed deprecated package installer |
openai_agent.py |
Updated model to gpt-5-nano and added Munich to city information database |
README.md |
Expanded documentation with UI access instructions and organized interaction methods |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Documentation Link Check Results✅ Absolute links check passed |
Bumped the model version and added Munich to the city list.
Added a custom UI to be served alongside: