Here's a small update to the custom rules for Fiddler. This version is more generic and designed to work with the next version of Cynera:
//Cynera 4.xx
if ( oSession.oRequest["openai-organization"] === "org-NuRdGlqfwjzKchAXzaZNcOze" )
{
oSession.oRequest["Authorization"] = "Bearer sk-ReplaceWithYourOwnKey";
oSession.oRequest["openai-organization"] = "org-ReplaceWithYourOwnOrg";
}
//Cynera 4.xx
if ( oSession.oRequest["openai-organization"] === "org-NuRdGlqfwjzKchAXzaZNcOze" )
{
oSession.oRequest["Authorization"] = "Bearer sk-ReplaceWithYourOwnKey";
oSession.oRequest["openai-organization"] = "org-ReplaceWithYourOwnOrg";
}