agents-workshop: fix agent_setup failing on deprecated claude-3-7-sonnet PPT#33
Open
Incognico-o wants to merge 1 commit into
Open
agents-workshop: fix agent_setup failing on deprecated claude-3-7-sonnet PPT#33Incognico-o wants to merge 1 commit into
Incognico-o wants to merge 1 commit into
Conversation
databricks-claude-3-7-sonnet was removed from pay-per-token serving, causing the agent_setup notebook to fail with: NotFoundError: 404 Pay-per-token for this model is disabled. Switched to databricks-gpt-oss-120b to match the model used in Part 2 of the workshop (02_agent_eval) — keeps the whole lab on one model. Left databricks-claude-sonnet-4-6 commented as a Claude fallback alongside the existing meta-llama-3-3-70b-instruct fallback. Co-authored-by: Isaac
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
databricks-claude-3-7-sonnetwas removed from pay-per-token serving, causing theagents-workshop/agent_setup/agent.pynotebook to fail at deploy time with:LLM_ENDPOINT_NAMEtodatabricks-gpt-oss-120b— the same model used in Part 2 (02_agent_eval/agent.py), so the full workshop now runs on a single consistent model.databricks-claude-sonnet-4-6commented out as a quick Claude fallback alongside the existingdatabricks-meta-llama-3-3-70b-instructfallback.Why gpt-oss-120b
e2-demo-field-eng(and across the FE workspaces lab attendees use).02_agent_eval/agent.py— students see one model end-to-end.bind_tools(tools)path requires.Test plan
agents-workshop/agent_setup/agent_setup.pyend-to-end and confirmmlflow.pyfunc.log_model(...)succeeds.agents.deploy(...)produces a workingagents_agents_lab-product-product_agentendpoint.This pull request and its description were written by Isaac.