Skip to content

fix(jig): don't set base url if it's the same as default#263

Open
technillogue wants to merge 1 commit intonextfrom
syl/adjust-base-url
Open

fix(jig): don't set base url if it's the same as default#263
technillogue wants to merge 1 commit intonextfrom
syl/adjust-base-url

Conversation

@technillogue
Copy link
Contributor

@technillogue technillogue commented Feb 18, 2026

  • fix(jig): don't set base URL if it's the same as default

@technillogue technillogue changed the base branch from main to next February 18, 2026 05:24
@blainekasten blainekasten changed the title don't set base url if it's the same as default fix(jig): don't set base url if it's the same as default Feb 18, 2026
env_vars = [{"name": k, "value": v} for k, v in config.deploy.environment_variables.items()]
env_vars.append({"name": "TOGETHER_API_BASE_URL", "value": _get_api_base_url(client)})

if (cli_base_url := _get_api_base_url(client)) != "https://api.together.ai":
Copy link
Contributor

Choose a reason for hiding this comment

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

fwiw - pretty sure the base client is always defaulting to api.together.xyz currently

Copy link
Contributor

Choose a reason for hiding this comment

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

I think we have this string declared in a constants file somewhere

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

Comments