You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Today, we don't enable developers to safely move between LLM versions in a blue/green fashion. Instead, once they update the the llm_providers config we instantly move over to the new version. To offer safe upgrades we need to design and implement a blue/green deployment strategy that would help developers safely upgrade to new versions with the right metrics/logs.
The text was updated successfully, but these errors were encountered:
Today, we don't enable developers to safely move between LLM versions in a blue/green fashion. Instead, once they update the the llm_providers config we instantly move over to the new version. To offer safe upgrades we need to design and implement a blue/green deployment strategy that would help developers safely upgrade to new versions with the right metrics/logs.
The text was updated successfully, but these errors were encountered: