Skip to content

Conversation

@thebongy
Copy link

@thebongy thebongy commented Jan 8, 2026

For organizations with ZDR enabled, currently we need to manually set the "store" option for every open ai model in configuration. This change adds support to specify it once on the provider level instead. Ref: #2966

For organizations with ZDR enabled, currently we need to manually set the "store" option for every open ai model in configuration. This change adds support to specify it once on the provider level instead.
Ref: anomalyco#2966
@github-actions
Copy link
Contributor

github-actions bot commented Jan 8, 2026

The following comment was made by an LLM, it may be inaccurate:

No duplicate PRs found

@thebongy
Copy link
Author

thebongy commented Jan 8, 2026

A seperate note, but this existing snippet seems to possibly be dead code, or uninentional:

      if (model.providerID.includes("codex")) {
        result["store"] = false
      }

The "provider ID" would not possibly include codex, was this supposed to check against the model with model.api.id? Or is there actually a provider with the keyword "codex" in it? But not sure why this was required in the first place as well 😅

@elithrar
Copy link
Contributor

elithrar commented Jan 8, 2026

cc @rekram1-node can I bug you for a review on this one?

need it to use OpenAI models & their zero data retention config in OC.

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