Skip to content

chore: remove provider and region from example configs#91

Open
jonoirwinrsa wants to merge 1 commit intomasterfrom
chore/remove-provider-region
Open

chore: remove provider and region from example configs#91
jonoirwinrsa wants to merge 1 commit intomasterfrom
chore/remove-provider-region

Conversation

@jonoirwinrsa
Copy link
Copy Markdown
Contributor

@jonoirwinrsa jonoirwinrsa commented May 1, 2026

Summary

  • Strip provider and region keys from all 40 example cerebrium.toml files
  • Remove the same keys from one inline TOML snippet in 6-voice/17-orpheus/orpheus-fastapi/README_CEREBRIUM.md

Part of the multi-region rollout: apps will distribute to all clusters by default (regions=["*"]), and provider is being removed from the public surface entirely. Examples should reflect the new defaults — minimal config, no pinning.

Removed values:

  • region: 40× us-east-1 (no other regions used)
  • provider: 36× aws, 1× crusoe (6-voice/17.1-orpheus-simple — the only non-default in the repo)

Test plan

  • Verify no cerebrium.toml under examples/ still contains provider or region at the top level
  • Spot-check one or two examples still deploy successfully against the current backend (which treats omitted region as default us-east-1, so behavior is unchanged until backend Phase 1 lands)

🤖 Generated with Claude Code

Apps now distribute to all clusters by default; provider is being
removed from the public surface entirely. Strip both keys from all
cerebrium.toml files (and one inline TOML snippet in a README) so the
examples reflect the new defaults.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@jonoirwinrsa jonoirwinrsa requested review from kylegani and milo157 May 5, 2026 17:26
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